Memory Pool Memory Pool Refreshing

76,811 transactions
31.29 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
870,207 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,764 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,206 (339,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,692 530,692 00000000000000000025babc318411111d353ae83c28274eb0eab8cda5a8f087 1.13 MB 2,265 48
530,691 530,691 00000000000000000006fdb651f6535020de2e87ed612b987593c323833fcc5d 0.41 MB 846 26
530,690 530,690 00000000000000000031330d76721af075e74f1ea26d3bc087d10b3d19569083 0.28 MB 627 30
530,689 530,689 0000000000000000000a2f286320eb1c351e1a06de3de85d41955648d12b1c2c 1.04 MB 1,452 25
530,688 530,688 000000000000000000210387278cd7fc21f473577a9f79b3730ab3a059f9970d 1.15 MB 2,410 27
530,687 530,687 00000000000000000000dac9d56dc1a65d0ca8659596c4f167cfba98b7763077 1.14 MB 2,276 28
530,686 530,686 00000000000000000021a1f59d73aec3f9ec9b2a82a2a8a4ecefdd6ab3ed2f8e 0.07 MB 109 22
530,685 530,685 0000000000000000001f55e57dead710a8f326e37a420e61d8eb320d37652003 0.94 MB 1,423 18
530,684 530,684 0000000000000000000c0b1120ed694904eebffb84b94e70a21141096d0b7bd7 0.29 MB 604 20
530,683 530,683 00000000000000000010d786a91c906da971b0a197950173896d34812a36618f 0.18 MB 393 40
530,682 530,682 00000000000000000014706cddb481cc6a5136db1b699133c68e00283caefdbb 0.05 MB 158 33
530,681 530,681 00000000000000000023e4ca6a07380d0230f8bb65e06c41f869b4001236d8dc 0.19 MB 414 38
530,680 530,680 00000000000000000008443ea16b72289455983151cdcd418f7691d78ea4ed7e 0.53 MB 944 28
530,679 530,679 0000000000000000000711e603d837ca208a0d3edf18ebb649ea1591ce18ea45 0.53 MB 838 23
530,678 530,678 0000000000000000000cc9b614f0dce3659aab591d2c3e747cef296fd794cde8 0.01 MB 33 8
530,677 530,677 000000000000000000337b18a6388e613401d5b3b9540c463031631b8c0fb112 0.82 MB 1,724 33
530,676 530,676 0000000000000000002408bc6d98cd21efdb6af12787cbab3a7c2af34881358c 0.20 MB 327 20
530,675 530,675 0000000000000000001988c6a00c7cb3bed2e2dbec41c5cbe535623355077d67 0.18 MB 368 26
530,674 530,674 00000000000000000017ff3f05cae0c8c590d862f64548971c43c5e49ba6705f 0.01 MB 27 18
530,673 530,673 00000000000000000015cccac53e27d2a9ff2f482ba411b0203123ed17f3af52 0.29 MB 593 30
530,672 530,672 000000000000000000332a27022d925de0a4cc4623f4dd27f13d8372683a5060 0.27 MB 418 29
Previous 10 blocks ↓
Total Size: 699.84 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,196.84 GB sent, 209.36 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.