Memory Pool Memory Pool Refreshing

18,882 transactions
32.64 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,943 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,820 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,942 (240,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
622,521 622,521 0000000000000000000cf504551839733216d8cc7aec96b3710f76d8c2359558 1.20 MB 2,322 12
622,520 622,520 00000000000000000000498ee6cb9d53af74562992ad391059584a650869d795 1.28 MB 1,770 21
622,519 622,519 00000000000000000010cc7ae881df3859f2f7f37d76674e83df80fd3a274574 1.17 MB 1,698 78
622,518 622,518 000000000000000000033c50f0b13020fd095711d14a151055dff122bac65c53 0.17 MB 322 35
622,517 622,517 0000000000000000000f0f65dbdc97aca48a69213a9b9c1ee7414e6f4e65414b 0.60 MB 1,347 31
622,516 622,516 00000000000000000006b748e5e0025db6886677ccc2d993df5c64aace0c6e93 0.45 MB 1,134 7
622,515 622,515 0000000000000000000dbc37c88117a4aacb2dfded77b56baa9b01a7c92a9e73 1.29 MB 2,613 42
622,514 622,514 0000000000000000000a35ef9bdcf15fa60adc9a14e748132da6999542b716b1 0.35 MB 527 25
622,513 622,513 0000000000000000000b8ce5e27eedf8dbe19ec240c7939de2b381ef40651c0e 0.51 MB 935 28
622,512 622,512 00000000000000000006b5c6d66a2598b39e831d48e50c2862cb5acf512df527 0.05 MB 112 27
622,511 622,511 00000000000000000010bfa43034065b3988c5be2bbd2ebad0d2f6d5f6be67a1 0.67 MB 1,520 26
622,510 622,510 0000000000000000000330e2807235a3523ca7c63446fbee4112836e9e1764ba 1.13 MB 2,207 28
622,509 622,509 0000000000000000000645f7ca966b1c26ffa52ff9612790aff6b015282e3f12 0.22 MB 408 35
622,508 622,508 0000000000000000000409a213c81680ada916a3038a11c3060702b2acb7b0e3 0.37 MB 861 26
622,507 622,507 0000000000000000000eb51a2bbe2f9190e5ba9326dc90c2ea8009d70f71ff4a 0.73 MB 1,690 27
622,506 622,506 00000000000000000007fcf6f4a44fcc72e08b90f0b8d5328b34f120fa25a8c1 0.47 MB 933 30
622,505 622,505 0000000000000000000e5e0e954f52d5255e73dd10962f51ac6e987d3f079832 0.56 MB 1,136 27
622,504 622,504 0000000000000000000fb4c3961c6c75768a97d609890b3fd2d7795ef348c3ea 0.36 MB 602 34
622,503 622,503 0000000000000000000d72b0f2538004019cf92530deb324dd268e5cd45b3602 0.15 MB 390 35
622,502 622,502 000000000000000000048236219c436a87341fee1c3d11004f85dcc5bff75ad7 0.88 MB 1,756 32
622,501 622,501 0000000000000000000ef102247f916c2863d7cb893b4431c87ac4a4ab8151a0 0.20 MB 459 29
Previous 10 blocks ↓
Total Size: 685.99 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,412.75 GB sent, 111.68 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.