Memory Pool Memory Pool Refreshing

11,034 transactions
3.30 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (293,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,508 614,508 0000000000000000000259cebd480e35103c59ef936fa864bc6d09f45591f5eb 0.06 MB 162 11
614,507 614,507 000000000000000000091c4002ffc7f66199d2cb06fe070f44656cb84d0add19 0.06 MB 179 7
614,506 614,506 00000000000000000008d3f8266e9cb9d5e915c972cceacde20f966a3c00892a 0.40 MB 1,078 10
614,505 614,505 000000000000000000083511c00559c97bd9cae2e95726aab7ec5fa031f2d067 0.30 MB 849 15
614,504 614,504 000000000000000000065ef280183cd22cdfe556df918c4e3495380c5c72d617 0.08 MB 207 16
614,503 614,503 0000000000000000000b2bc997fd7a124964bdc9609e666e1eb1403551740dae 0.47 MB 1,269 12
614,502 614,502 0000000000000000000e8df17abcf03a8835d6caeaca1298aa5bb08236d02f0c 0.99 MB 1,998 1
614,501 614,501 0000000000000000000f09ddfa30362eea5d06dff07e01e31372e200121906bb 1.12 MB 2,830 3
614,500 614,500 0000000000000000000d391697bde8f4074f4ab8fe0a3b2ffcab5cdc9bd8a2f6 1.28 MB 3,020 12
614,499 614,499 000000000000000000120c62db6af18ed91046316271c144818845a813a0b35b 1.36 MB 2,659 17
614,498 614,498 00000000000000000012d1fd43de187b7ec6f5a0c51fd3d55e57c9f872d03eda 1.33 MB 2,487 19
614,497 614,497 0000000000000000000f31501230cfa0779664f6f9304c20f65ee7c20cef8adb 1.26 MB 2,800 17
614,496 614,496 0000000000000000000f3b2ace1f53df9fa3a9a6b54aced85b723da5b39be02d 1.29 MB 3,253 11
614,495 614,495 00000000000000000006bcd7c40bae34f6ae60d84e8f4266978f4bb210f703b2 1.06 MB 1,755 11
614,494 614,494 0000000000000000000ad32feda41c1b6d73fd54fa5e79c178c065ced75843e2 0.52 MB 1,059 14
614,493 614,493 00000000000000000009e055ac2b4c46c47b8dc6fda6c6944cea5ce41a687acd 0.05 MB 86 16
614,492 614,492 00000000000000000004ef229ca1b3757eb899e316951a6efe0b36ac37370a8c 0.50 MB 1,161 9
614,491 614,491 00000000000000000002a4b071ec14ae092ee9141f0f6ec2c24b1add983eab2d 0.47 MB 1,207 13
614,490 614,490 0000000000000000000fe1d331a44158dd60379873882aea492334b1bc3d0ce7 0.96 MB 2,091 10
614,489 614,489 00000000000000000010516caf2e21a639613182ec1b0013cb0937a3e6f0d5a4 0.98 MB 2,509 11
614,488 614,488 00000000000000000004b17c98e80971ee6b7421ef0927ce840f4022e1adcdfe 0.29 MB 601 8
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.