Memory Pool Memory Pool Refreshing

28,669 transactions
33.76 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,150 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,453 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,149 (117,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,421 746,421 00000000000000000004316db00eccd277c526c2ec977d3b067bbd806d225ec4 1.30 MB 1,331 8
746,420 746,420 000000000000000000046c7135b5920584edbf0a20f52a36134477701cf45255 1.24 MB 1,157 15
746,419 746,419 0000000000000000000403698e5c1181dd8dcd76b4df9468cb55bfcfadc0d94b 0.75 MB 1,160 11
746,418 746,418 00000000000000000005f2cd46e7176fd639c0b2c2ae3c88293b7e9486f28a74 0.58 MB 616 8
746,417 746,417 000000000000000000040d7314a039799a4db0077a4c32fd9e5f570e710dff33 1.56 MB 1,336 9
746,416 746,416 000000000000000000037aafaf14e4ef264f497bf4e433c3def73a5e124ac519 1.46 MB 2,211 12
746,415 746,415 00000000000000000001303df90b58d8e25b73f76a5ab01d6f8b25f2973dafa2 1.18 MB 1,479 11
746,414 746,414 00000000000000000008a6896851d3eb25a97bdbc45866b45dc1aacfa568915b 0.16 MB 95 2
746,413 746,413 000000000000000000099145eaf5906ea759d19653f0079497e7fb734268f209 0.01 MB 40 14
746,412 746,412 0000000000000000000a1de70cc377ec6d140af3c0ade6d1e92bf8b1e2c5b2bc 0.01 MB 26 13
746,411 746,411 0000000000000000000051e8d1b94d0698b565e04cc7316efe78665a985ed08b 0.31 MB 545 12
746,410 746,410 00000000000000000007839f00c2410772926045f8de97379b09fdc7c4466efd 0.11 MB 244 22
746,409 746,409 00000000000000000005e17555255e053c4f912796ad8a4d08e42cd45f1af9a9 0.21 MB 252 8
746,408 746,408 00000000000000000004732cc3fcfcaa67f20c2d92df3eb4bd03be1671fcea24 0.69 MB 916 9
746,407 746,407 000000000000000000017310da622da80afecb2d4921b003ae37d478324d174a 1.19 MB 1,617 9
746,406 746,406 000000000000000000085a1ee76288c1feaeaa6baffa1cdac2cc48326864d465 1.46 MB 2,150 8
746,405 746,405 000000000000000000018c5e13ffdd8a2296d654085254722709b9cdc73be5c3 1.18 MB 1,327 15
746,404 746,404 000000000000000000022208ee4e82dc92d5e427a5a9b919ca8fc61126705aab 0.52 MB 459 6
746,403 746,403 00000000000000000005ee542c3aec132a77910bcbef0e544d4c66064fb2e984 0.29 MB 360 8
746,402 746,402 000000000000000000094fd48ee40d2186d1637c80185bf096ecda0d48ab94e6 0.28 MB 320 10
746,401 746,401 000000000000000000055641c1596a92bdcc020f15216f5f033ed2f0662b3e68 1.17 MB 1,881 13
Previous 10 blocks ↓
Total Size: 688.32 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,623.61 GB sent, 127.10 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.