Memory Pool Memory Pool Refreshing

873 transactions
18.60 vMB
Show Random Selection Loading Transactions
Max Size: 75/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (823,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,066 85,066 00000000000e79a9a327d3b02c50a0aa6d77a3c46394b007ad098628494afecc 0.01 MB 3 0
85,065 85,065 0000000000043cdabfe2b6131a6716be18192c2e5b356aca257d1c2da580b130 0.00 MB 1 0
85,064 85,064 00000000001e53015e6ae2569dd9a79b27322851640d6590d7419d5d7f7649df 0.00 MB 6 0
85,063 85,063 00000000002eb502249ba7a57464fd79cad7008fbe02d2e77e548bff75fbc555 0.00 MB 1 0
85,062 85,062 00000000001ebebccdca96e0f70563c5e6af91570ba773b7fa119db37cb6e301 0.00 MB 1 0
85,061 85,061 000000000011d1ee3baf526322d055a3a45ef80a526898f21ef03ac5162e13b4 0.00 MB 6 0
85,060 85,060 00000000001dcb8ef1eb664e6ad424c57f23da29f3f4f7188ee787f308be9040 0.00 MB 2 0
85,059 85,059 0000000000228dc9c037ca5bf1b185a419cc511b309a238401b7a520ede6b3ef 0.00 MB 1 0
85,058 85,058 00000000002786d92d8cd22780e3c7504552ac7d8197272233cc4ca8bb08e4a6 0.00 MB 4 0
85,057 85,057 00000000001149fd625e2b58f901ba835291b370d0c60eabd6b2d2238057280f 0.00 MB 8 0
85,056 85,056 0000000000256e7245ab906eff1740cba7f19570d97ad3ad83843ce77dfb55b1 0.00 MB 1 0
85,055 85,055 0000000000140588246382fd08715361978fdaa4ccae019a05cb51ffa3db7435 0.00 MB 1 0
85,054 85,054 000000000017196153978d4bf4b379d7b0f299e826e25219ad04870101d0a9cc 0.00 MB 1 0
85,053 85,053 000000000020ff3d222ba1130349b28baba0717aa55501bb542860e448ba71c3 0.00 MB 2 0
85,052 85,052 00000000000d37870224af091f3bc7e92b1a7a96dcd6258fb1d301d0edb28efd 0.00 MB 2 0
85,051 85,051 00000000000de7ad58e1897810af056df72a5dd8df356584dfeb733e48540a45 0.00 MB 3 0
85,050 85,050 00000000001333a06a860ca85553584ac31481bee51bb0aeac18477018a0cd0e 0.00 MB 1 0
85,049 85,049 00000000002592452c469504ccf6487af3acfc948f1503e137d91d5685877426 0.00 MB 1 0
85,048 85,048 00000000002452e69361e1dd3e9db03036f433bea54639e9a944fbe417b1a79b 0.00 MB 2 0
85,047 85,047 00000000002572d8e6c743fc5b60cbdb4d897dbc764413272657a04c1f4b9903 0.00 MB 1 0
85,046 85,046 00000000001009e9ce0bdedc28d402c1b887b094756c3431fc14e3f7c1afa170 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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: 1,701.14 GB sent, 98.65 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.