Memory Pool Memory Pool Refreshing

5,890 transactions
7.67 vMB
Show Random Selection Loading Transactions
Max Size: 42/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
886,665 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 3,731 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,664 (620,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,384 266,384 0000000000000003a59764a7194d1b3470fe8fea34f6a0df65020c5d53713df0 0.06 MB 141 39
266,383 266,383 0000000000000003d96eab4ff8c6d11e01bf86fdf3b5a8151d99e62df32c7e45 0.20 MB 366 88
266,382 266,382 0000000000000006266ef3088491fe25c49b113ebccbb92952438bfed16570c5 0.07 MB 148 69
266,381 266,381 000000000000000000028c32e6952731326747bae4be8db0f832d6eea0362050 0.10 MB 257 93
266,380 266,380 00000000000000015cc813b33430babf69aadb24b6f527966c8209538d390487 0.27 MB 580 75
266,379 266,379 000000000000000941dd388e6e1c2f186e81e72b838f73ae1c2c4bf6fb8f03a8 0.01 MB 29 153
266,378 266,378 00000000000000008aec8d952275b3c041ab69d037cbf88aea0074d2f4296a6f 0.05 MB 114 50
266,377 266,377 00000000000000038a2032aabdb194bc2da2ce095ee5f1e5726ebe8995338c88 0.02 MB 61 105
266,376 266,376 0000000000000005d70e176af860d8bf515cb3defecd41879e1d84670144fb2b 0.11 MB 246 90
266,375 266,375 0000000000000005767801546043a2fd009fd29c63472eedfbdd374d26c47f3a 0.03 MB 82 61
266,374 266,374 000000000000000a147f88a535b459ef8c70321594984f6b6df8627558a3fcf6 0.11 MB 235 86
266,373 266,373 0000000000000004f44a98cefa49db2d4a1286c0224be4e0212c0d5d8cec472a 0.00 MB 18 81
266,372 266,372 000000000000000027202edfa23fa3d54a5a3c150cdd95f91bc88f7d8bc39c5a 0.05 MB 95 53
266,371 266,371 0000000000000000c73dd8e534a0b314cb81c7eb0138b9e574be1ab66c548f70 0.02 MB 51 48
266,370 266,370 000000000000000750322f863964bfe2087c711ba49c9ef1c250ed308c70d379 0.02 MB 38 55
266,369 266,369 0000000000000008647b873c50cec67e487477303041e7e55ecba45e9ca60a4b 0.00 MB 11 21
266,368 266,368 00000000000000073eb8d1fd80260bdddc519f42291c97fa8739a59511e4f025 0.05 MB 77 58
266,367 266,367 0000000000000001463f977b2b374f0c1a1ab68abb24bbc03f37863dfd13e508 0.06 MB 101 80
266,366 266,366 0000000000000006bdc3cdebdad65191734dad389f60194a19ee70cc05fb79cc 0.03 MB 85 105
266,365 266,365 00000000000000068f9be49516321f3db45dfd8c664941e1cd77b465c7d1fcfb 0.10 MB 232 104
266,364 266,364 000000000000000a5159cabf91d1ce69cae238f199b6d8923247592c64f382b7 0.09 MB 217 108
Previous 10 blocks ↓
Total Size: 731.72 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: 2,764.43 GB sent, 120.48 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.