Memory Pool Memory Pool Refreshing

1,278 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (497,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,466 410,466 0000000000000000039652b64b0f04dac5a29fa87e07333db33f29a37bbb3e9a 1.00 MB 1,797 44
410,465 410,465 000000000000000000932b9cf44f665ee6c5581c2807c525378a46ab805e3d43 1.00 MB 2,107 40
410,464 410,464 00000000000000000016b4bbe4134daf79e2460e3d52b41891d09a69953a3463 1.00 MB 2,527 50
410,463 410,463 00000000000000000381cc979f672c882b7eb06a5cd153592fdd7cafaae0f267 1.00 MB 2,939 62
410,462 410,462 0000000000000000026f5fdf1ca514bede7b4d91ee6913ee0f21d8f771f100b8 0.96 MB 2,549 39
410,461 410,461 000000000000000001f5dde22873b602973eef8dcd57eaaab6bd9923576a9698 0.68 MB 1,520 40
410,460 410,460 0000000000000000016e17514b29010410ed71ad7375b6fc2856c3cb7b34d548 0.50 MB 1,018 35
410,459 410,459 0000000000000000003262f3224a83124d40bb83415d160dda24dae2c94e7a94 1.00 MB 1,384 32
410,458 410,458 000000000000000003011f18fb63927c027a28f6eb90d1505d949bd1c38e80c2 1.00 MB 1,829 29
410,457 410,457 000000000000000005b34a2d98d793be5245d0011d2926f559a6fcc4f2a16771 0.99 MB 2,398 41
410,456 410,456 000000000000000002046b4b6be6a6899efc57a583854771d5d369cd262e7e3d 1.00 MB 2,964 50
410,455 410,455 00000000000000000180276fbfdbc4b8a7ba418cbde53099e8652b99057a2c2e 0.73 MB 1,925 38
410,454 410,454 000000000000000004821482a88bb16fef76568e119f0e317d1fd52499444f8c 0.18 MB 442 40
410,453 410,453 000000000000000004a769b722c542a430d2a08ccb8295628a96df53fb3657fd 0.87 MB 2,137 37
410,452 410,452 00000000000000000523874f5919ac59fbd882916602c185656e82e9d5795d3c 0.79 MB 1,689 35
410,451 410,451 000000000000000004318f387aa9ff327ad1d9c567f3550abff3db857dde13e0 0.10 MB 287 49
410,450 410,450 000000000000000001faf3052f20e3715e3adec18c8affcc913731b5458a2f20 0.72 MB 1,559 32
410,449 410,449 00000000000000000389c05f8b232b532af382e256ff5b4d68859bfbfc98db04 1.00 MB 2,546 44
410,448 410,448 00000000000000000193dbdda2d709fe61dd6b9b4590629ff8ba29c8fe358923 0.64 MB 1,491 38
410,447 410,447 00000000000000000307d16370c96b356155321e0f7815d00828bb41f0b0b056 0.60 MB 1,180 38
410,446 410,446 0000000000000000034477dafe8ad8f92763fff17f980dfe83d66175d17669a6 0.23 MB 399 30
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.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.