Memory Pool Memory Pool Refreshing

2,160 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
898,291 0000000000000000000250490000000000000000000000000000000000000000 0.76 vMB 2,143 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,290 (235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,055 898,055 000000000000000000008353b6a620a51eea9c45ab5a58d811795d2e277230eb 3.10 MB 1,440 2
898,054 898,054 000000000000000000011e38c10e715a6f074b82c3e5b9b6f54272eaa988009b 1.79 MB 1,671 2
898,053 898,053 00000000000000000002467b846fe98051702867f4df9ed0723a1f1ea6e27d65 1.79 MB 1,676 2
898,052 898,052 00000000000000000001fd8eefc0ff58b0619a18c3b437045b269853f8f773db 1.75 MB 2,838 5
898,051 898,051 00000000000000000000788e0a86b383661773cbf22920ccf771c81453a1bf1e 1.62 MB 3,490 4
898,050 898,050 0000000000000000000016377956fa9b5213e50b4eafd4617f70748d56da0a71 2.13 MB 594 1
898,049 898,049 0000000000000000000244f7a6b53019e580f6d43bb256c098c71e3561e2048d 1.88 MB 2,982 1
898,048 898,048 0000000000000000000119c16a36d912144274d50662ddc9bcda4de2fb57beff 1.64 MB 3,717 6
898,047 898,047 000000000000000000010c26e536b206a37aeace0c96c9ea39b7c2b11da1358b 1.83 MB 3,135 2
898,046 898,046 00000000000000000000f5cbf9020bb8489f6aa06c22b255f2dff73e358c7047 1.73 MB 3,002 6
898,045 898,045 0000000000000000000112111b6ec47cd70ca257d7153732afb688944b74e301 1.57 MB 3,147 6
898,044 898,044 000000000000000000000aa15db67638845267c40f4a1cec68ccbe1f6c216969 1.20 MB 924 2
898,043 898,043 0000000000000000000173e73755b31527dba06b2df3725d25671a9cfc9e7735 1.55 MB 1,889 5
898,042 898,042 000000000000000000007561d88834dd5ca4b030b37fdac90a25dd552693b83b 1.74 MB 2,862 2
898,041 898,041 0000000000000000000057e3ea7bee575e8b208fa9c93ad3bac99cba1056de25 1.59 MB 2,680 11
898,040 898,040 00000000000000000001a05bb8859254c8c5213f2f8d0645c159d25cd970874f 1.69 MB 2,585 4
898,039 898,039 0000000000000000000044b6ffbfa6dcc023ee5be4f06e0e02bc06f59e832f33 1.72 MB 2,331 6
898,038 898,038 00000000000000000001e06cafa9b8d384b37935be65aff40efb5935827e8120 1.65 MB 3,499 9
898,037 898,037 000000000000000000013c014b932c6e1a147bfa3c34dbd960334d0082d180f0 1.69 MB 3,962 5
898,036 898,036 000000000000000000008515c3beb7864bfb542293d9e12e2159059aa7beffb6 1.56 MB 3,617 9
898,035 898,035 00000000000000000001faf48e50695eb5946f955932d8d5b794c602d32f742d 1.59 MB 4,077 6
Previous 10 blocks ↓
Total Size: 753.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 365.08 GB sent, 15.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.