Memory Pool Memory Pool Refreshing

17,089 transactions
30.73 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,176 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,106 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,175 (507,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
354,432 354,432 00000000000000000437e31e4ff420f1aec858426f3ca9edbc1b06fef1fa0139 0.50 MB 1,577 51
354,431 354,431 00000000000000000211419ed7eee28f167a0f84b8cb0e6a004751a9bb977c0f 0.17 MB 329 25
354,430 354,430 000000000000000014f9a5d190d53800febabdc90f9ea68537a6de626235d503 0.37 MB 826 28
354,429 354,429 00000000000000000b51d0d9d00fdd0df72888fe35385fcdceb2d3a24d380f92 0.10 MB 193 21
354,428 354,428 000000000000000013c4c03a2ac658768dd7706c47a156e3506be1a5789d0217 0.19 MB 299 22
354,427 354,427 000000000000000016997260b363fac87b6345a180577ae10feb2c0e9e2f30d9 0.10 MB 185 16
354,426 354,426 000000000000000015620c2263884e8073d7cd93fafacdca5a692230053e88c9 0.31 MB 713 25
354,425 354,425 0000000000000000024e75798108c078784c4da4249536408e391aa49bb12eae 0.31 MB 816 33
354,424 354,424 00000000000000001228fdcde3fa55a6eb46155f13687a0cd5acf919a2808e8f 0.21 MB 394 22
354,423 354,423 000000000000000000c15e8fe181d8f8c4c6f6bd439568700461e1583094fac0 0.32 MB 693 32
354,422 354,422 00000000000000000781c56cb4f6482d2d707d8bff3dfd3cb283e38640e4559f 0.11 MB 279 29
354,421 354,421 0000000000000000147f087952498fbc2bc1124f6163468f5645311a3811ad16 0.23 MB 491 26
354,420 354,420 00000000000000000a7295fd58f3495330a66542b3c4059828eaf00ccd3d6125 0.26 MB 533 45
354,419 354,419 00000000000000000a246323ab86083e2fa8c695f29e143477f1aa35944157aa 0.12 MB 191 23
354,418 354,418 000000000000000012974e979954dddfb115c265aa519c757efc0df6a02f2652 0.19 MB 392 24
354,417 354,417 0000000000000000110869be763dba4005eee13a2340f971aaaa2afe3be843d9 0.26 MB 612 31
354,416 354,416 000000000000000008e1ab27022b40546cade16a85a314e3c2eabdc2a64bd997 0.39 MB 836 27
354,415 354,415 00000000000000000ae058802b739bcd6dcc2a168bbfeae4b3dc445811b29c3f 0.55 MB 1,078 25
354,414 354,414 000000000000000014ee0469b7f16b91925181893323d470ff273320462962b3 0.27 MB 441 23
354,413 354,413 000000000000000015e58a54c5523039c93fcdd4bdf4cdcc22215d844b46f12d 0.07 MB 32 4
354,412 354,412 00000000000000000026f0c2060e5bbfce91eb96e164bfbd4abd4f107c8bf7d9 0.16 MB 245 15
Previous 10 blocks ↓
Total Size: 684.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,345.63 GB sent, 101.43 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.