Memory Pool Memory Pool Refreshing

8,239 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,935 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (792,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,137 115,137 000000000000b6fa9cd843346fde0a1895d8765172d1a38afe240d0d2cabf26d 0.00 MB 13 578
115,136 115,136 0000000000009136e966d7cfce0a6ed43863b31b7824cdb96d918247fa92908a 0.00 MB 11 499
115,135 115,135 000000000000885cdd119f08f55c51d027ecb1689baac65fc228c0cc7939a272 0.01 MB 22 689
115,134 115,134 00000000000034233e47b112283622d85d4a10654a461c4cf7f6b1a0479c744f 0.00 MB 7 0
115,133 115,133 0000000000000633dad1cd73827fc89ae680f6c1a5aeb0dbfd118e1c8f41bf1d 0.00 MB 12 319
115,132 115,132 000000000000517c531e612792ba60ae1ebbacc86682648b156d6a13c3a92e55 0.00 MB 5 954
115,131 115,131 000000000000484928460e8a826f503b20dc4fc913b5a05dd8a734c7a6ad3a7c 0.01 MB 17 774
115,130 115,130 000000000000b63c8d2ef0d4e75902263e6b946f884d07306d9b01036e3311b6 0.00 MB 13 0
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
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.