Memory Pool Memory Pool Refreshing

63,472 transactions
28.65 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,315 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,633 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,314 (33,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,730 835,730 0000000000000000000165738178297a9c7435d8d723ff498d66ec48ce77f306 1.77 MB 3,387 31
835,729 835,729 00000000000000000002f6530091a6fef841bbcfc23107e8a63dab191c1f1d12 1.72 MB 3,207 30
835,728 835,728 0000000000000000000170f1605347a00c6166570bd73359a2ecfd0d8c4a31d2 1.67 MB 2,730 43
835,727 835,727 00000000000000000002d8ba402150b259ddb2b30a1d32ab4a881d4653bceb5b 1.56 MB 2,994 26
835,726 835,726 00000000000000000001a09f751a9999453c6817c7396efc0e306bb3b67bf34f 1.87 MB 2,926 20
835,725 835,725 00000000000000000001325ea398f6b0ffd51149d20fad4d1d06f49f7dbe1285 1.57 MB 2,176 24
835,724 835,724 00000000000000000000bb09d7e425766d5a2053bcad093026fef8cdec0afe9c 1.67 MB 2,815 27
835,723 835,723 000000000000000000031152cf53f6ae3de33ef58787da1a80a3e0524b7fa397 1.52 MB 2,833 31
835,722 835,722 00000000000000000001b033a1324a9c61267f13366892e08093af8290809231 1.53 MB 2,830 38
835,721 835,721 00000000000000000000b01a70931adf181aba03f3cd90e5d31bc80311080650 1.57 MB 2,675 33
835,720 835,720 00000000000000000001015d0dcdaec049b359c4b45248e879829e308e512b7c 1.58 MB 2,809 26
835,719 835,719 000000000000000000029d909bf5ed2cf667254cfddeaec24f7da76b5b09d769 1.53 MB 2,888 35
835,718 835,718 00000000000000000001943819a2db9ea695710e659372f62d566631db96cb35 2.16 MB 2,593 23
835,717 835,717 00000000000000000001dd21de5fb0b0ae8b7e34875736286fd4950744bb2b9e 3.33 MB 1,166 20
835,716 835,716 000000000000000000030bb57123c92c24958fd9a72f058ac2eec4047fa8b5ee 3.25 MB 1,396 21
835,715 835,715 00000000000000000002e909e6389fa8d9040ccce5d22a7f3aa4517a126f6d68 2.32 MB 1,800 23
835,714 835,714 00000000000000000002dc0deeecfa1a32f6b98120af109582abdbe95ef514ac 1.55 MB 3,078 37
835,713 835,713 0000000000000000000337308aa014380f21835471f438625e8d206de09ddfd4 2.15 MB 2,597 26
835,712 835,712 000000000000000000030f295376c8f5e4642bde7ecb1df5fa47b559107793d5 1.58 MB 3,252 36
835,711 835,711 000000000000000000001c8d302bf7853a26b1e1478509daf28a5ec146b82403 1.85 MB 2,989 25
835,710 835,710 00000000000000000001231d71b1ed07680a8e2dbd58050276b3fd5210a4d9b2 1.63 MB 2,754 39
Previous 10 blocks ↓
Total Size: 698.17 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: 2,069.50 GB sent, 198.76 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.