Memory Pool Memory Pool Refreshing

7,786 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,068 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (792,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,129 115,129 00000000000020ed95355915d72bfa3526f99417b7007b4394a27145d7c56c80 0.00 MB 13 0
115,128 115,128 000000000000ed4fb2d06eda25e410c693729ed30d614790a271ff758c027a4f 0.00 MB 3 3,883
115,127 115,127 000000000000b76046527f3b5896658c28de61fb5a1ea8b14dfdef2617835a55 0.00 MB 11 327
115,126 115,126 000000000000542dda18194fbf1732641e128fcfc07a0ff2d21cc54aa4cb5252 0.00 MB 9 0
115,125 115,125 00000000000067f3d225ee0c15299266851abce3bfb8866190430af9ae2cf4b6 0.01 MB 16 1,308
115,124 115,124 0000000000000dd1c6d9b4c0ec5c3c5b4897f47f232eb09a4155d4dd5643ba60 0.01 MB 21 1,147
115,123 115,123 00000000000016a689e9c524ef7cf03243f7baf8e714670d4c8b3c6e9604ef5d 0.00 MB 11 661
115,122 115,122 000000000000cbe0ff452dce9d33dfc3a63ab42f52294e44ad81e1fdf3ed63ae 0.01 MB 30 112
115,121 115,121 000000000000a17a030beb3f402485fce8477b6cfc95d99f503d58f7e96e13d1 0.00 MB 13 831
115,120 115,120 0000000000004142d185dc9b35552407a03724911a1cbeca3b469e104ffedc57 0.00 MB 13 868
115,119 115,119 000000000000a8509ba5c2fe65968de0813cd8751fbd35a54c6406efc17c8967 0.00 MB 12 1,251
115,118 115,118 000000000000323234f95501b427b53dca62e52db784678e8bb39533ca9f9584 0.00 MB 12 0
115,117 115,117 0000000000004a62ec532bf613d136e2ca6dc82dd5784f17e6b31e8d21321f66 0.00 MB 7 291
115,116 115,116 0000000000004ab7c695560794bc1f799a77642a336554c67a32a6c25ddf9e32 0.00 MB 11 920
115,115 115,115 00000000000023ad530aac3ffd1b9fc1d859c6f809cc24a9c43f569ee848975b 0.00 MB 12 0
115,114 115,114 000000000000803df19bbece3cec3ce6a537ff89a985464b5b1fab27bdeab14f 0.00 MB 12 652
115,113 115,113 000000000000a2814ffd6078df30962a50e4b0afae35a9c3bb54ffaa3e198062 0.00 MB 12 0
115,112 115,112 000000000000f270fa104d4acb8916efdedc3e926ebb40165e232e65ec8e1468 0.01 MB 8 113
115,111 115,111 000000000000955887f2bbbeaf23dfa1f619ea84a8a2c81a2bf490e6c5bff25f 0.01 MB 23 959
115,110 115,110 000000000000687aacdb794964ae7aa9f7b5046c7e1183a167968f72dec63af7 0.00 MB 10 0
115,109 115,109 000000000000cba4b3fd7832c3f7afb2cfaa42938462fd875925c8bdd8f57ab4 0.00 MB 10 1,072
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.