Memory Pool Memory Pool Refreshing

8,336 transactions
4.02 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,175 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (703,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,135 204,135 000000000000032168ac158fa6e792fd5f46380e17afebb05e5f403f60f6850f 0.01 MB 18 92
204,134 204,134 00000000000001365955ccea26ab7d740590e608d4978698fb5dc29ad48abb56 0.18 MB 477 133
204,133 204,133 0000000000000463645dd581c11c4affa4f8d50d10220155e9beeefc62abf6bb 0.05 MB 117 88
204,132 204,132 0000000000000290948866fdf0daabf384cbd80be858076f510785632db7ebe3 0.00 MB 1 0
204,131 204,131 000000000000007bea053e160acc1dfa4560ea8d0596f0dac617573a07b12c44 0.00 MB 12 186
204,130 204,130 00000000000001dd53729ca97534e0dbec0cd83648271014bd52dc9233b664bc 0.25 MB 434 111
204,129 204,129 0000000000000408eddd5e67f43695f18e33938dee72c0bbe5da7e4c846857ed 0.21 MB 69 46
204,128 204,128 000000000000056c49404559624a6c1683ace9b06ac51537e1cf30fb2c07bfce 0.25 MB 472 141
204,127 204,127 000000000000033ff45218e7b66f68d87c95adb5f9ec80f81acf5fda7a73f6cf 0.04 MB 80 105
204,126 204,126 00000000000000a6aa72f5757c62be0ccd5ea30216d8c515d98445feea1132d7 0.01 MB 9 15
204,125 204,125 000000000000000ae52a755e348f10dc05ce4d74d54534d1137d3a2248c25840 0.01 MB 29 65
204,124 204,124 00000000000000ae4c0d7e4fe6452fd74d62ad3979d6a5fb2fa90aee911192b8 0.13 MB 360 166
204,123 204,123 000000000000054dcaffd3ef775d010c96852d0983445060bdb83e2a5f5a47db 0.00 MB 8 15
204,122 204,122 00000000000001e233a64e84eaad12fcf9bbde264536fe04aeb43bdcc35f9e6e 0.04 MB 105 136
204,121 204,121 0000000000000388a7913a98ff37902d3b965b24fc2d2e29cbc2efc8c837725a 0.03 MB 63 184
204,120 204,120 0000000000000009bec606ecd6a35f02f056b5367e441ab7f99045fd385545f6 0.03 MB 60 111
204,119 204,119 000000000000046744a9e4884d3624bb058cf56c604287dcc03582e9f5443f44 0.00 MB 8 128
204,118 204,118 000000000000020644f978631d838ba4b958ffef02b905690db9e2f647c7f9f3 0.00 MB 1 0
204,117 204,117 00000000000002a3a194d39b5393ea8ac77d5922584d45cf3cf3339f308c4ac7 0.01 MB 30 143
204,116 204,116 000000000000039b30e9a4d283d3b786b8bd95b1affbf7a4aa0c200762e34493 0.04 MB 115 124
204,115 204,115 0000000000000269a987c55af11895573efdbdb3fc18ed600eb596685de31de2 0.01 MB 25 100
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,625.45 GB sent, 93.03 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.