Memory Pool Memory Pool Refreshing

56,335 transactions
22.14 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,389 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,606 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,388 (592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,796 869,796 00000000000000000001a0ce483c148075430a060385eccdbcd21e5e5c6dad9c 1.47 MB 6,198 6
869,795 869,795 00000000000000000002348f4a15a55f3a09f6608ebd5e49ac3f98988625448d 1.62 MB 5,096 2
869,794 869,794 000000000000000000026362345a928c35d08f849118ded35573eb66f1218d4a 1.52 MB 5,177 4
869,793 869,793 0000000000000000000072479ba34951dd922ec9168028321a67bcf4d30369a7 1.55 MB 5,384 4
869,792 869,792 00000000000000000002ac87130461f5f9d2edf83a9dfee7c14b12576a1d0a30 1.73 MB 4,031 4
869,791 869,791 00000000000000000000f1d8d8a47f255172f2be368a1a2c85a39a61c8426167 1.50 MB 5,750 4
869,790 869,790 00000000000000000000f6e69f8ddfc9939818a590502967c11708850bd72d85 1.46 MB 5,727 5
869,789 869,789 00000000000000000001554f47f80021460d9c2c7889248992487a6401d2254e 1.48 MB 6,116 5
869,788 869,788 0000000000000000000062ba7006d26a8465b4802e69f845345caff2a350a47e 1.53 MB 5,188 6
869,787 869,787 00000000000000000001e31dd017cf7027c8130522a43478c5c6f39952f3e701 1.61 MB 3,171 5
869,786 869,786 000000000000000000008c8d6cb1ac6e352d9f55d994e380a27e42612237ef09 1.70 MB 3,614 2
869,785 869,785 00000000000000000002be558506f69863c68646feb44c200d4e207b689d8d47 1.69 MB 4,327 3
869,784 869,784 00000000000000000001e3ce62b5a92a2fd9968fe6a4c15ebbb0c6b889c29327 1.70 MB 4,257 4
869,783 869,783 000000000000000000012666090339ef6d715cf816ca7bdc0273fca5d9100516 1.66 MB 3,135 6
869,782 869,782 00000000000000000000b50a2e25aad2f5a09b6a33499408013ef8b1e1ee2602 1.80 MB 3,983 5
869,781 869,781 00000000000000000002c3ea9c5cfecaf860c55f5d9e3eadd15720eac507d316 1.46 MB 2,636 6
869,780 869,780 00000000000000000000e07e57aec7019a15758bc194f20668d3c7add6013add 1.59 MB 3,070 8
869,779 869,779 0000000000000000000223fda8f377efad6bf8a2171297a9c7809e524ede5987 1.62 MB 4,571 5
869,778 869,778 00000000000000000000c4efcbf43fe095152854894f02e21c80dc2c5e9d5a6c 1.61 MB 3,870 8
869,777 869,777 00000000000000000000b4b51d30ab5a80059c64b9701d5048439d9c25becb3b 1.49 MB 3,838 8
869,776 869,776 00000000000000000001ecd966f0f681c11ee6734943921a1550e4e424cf0aa6 1.47 MB 3,800 8
Previous 10 blocks ↓
Total Size: 700.18 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,258.64 GB sent, 211.50 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.