Memory Pool Memory Pool Refreshing

15,601 transactions (4.36 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,151 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,000 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,150 (833,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,683 75,683 0000000000739e20373897e1c63d4e59766b1b6055181e6ad82fb311bc79c156 0.00 MB 2 0
75,682 75,682 000000000000e7e86597d639b86a6b37e2fba1405d914a2cf4b5408bb3be1126 0.00 MB 1 0
75,681 75,681 00000000006c334af16076c33598b243734078b485d818ed9a219555018ee5f5 0.00 MB 2 0
75,680 75,680 00000000003d24427de893c24d1f87e22938b890628c0dbd18bdd07dd5bbe686 0.00 MB 1 0
75,679 75,679 000000000038c14c64a9341b7bd9d227a9d93efc72aa886af9ede27d6b2798aa 0.00 MB 1 0
75,678 75,678 00000000001224410b3a19bbb77d0aed3ab436eb67f303fab964a177c47e3288 0.00 MB 1 0
75,677 75,677 0000000000666822ca8070ccfe42b07d3a9bd30cdd2bcb3cb16d3e51a6c31619 0.00 MB 5 0
75,676 75,676 00000000005202af66f0b8cada2a34985abcd65de7c4bce0b0433a356eaaebfe 0.00 MB 1 0
75,675 75,675 0000000000187077974159695b4c1d63927363b23be170ce31b1ca2ac20c50af 0.00 MB 1 0
75,674 75,674 00000000004c68f1065148abb8b0e46602778e3804a7795b565daf372cc6c9fc 0.00 MB 1 0
75,673 75,673 000000000075a0c68c94491e9b414a2326d32b46445ea6aafaab5fb5344eca74 0.00 MB 1 0
75,672 75,672 00000000001ae61c3186dd8f99fa0a9791f99f9b50171f248c6e3c8621d67a2e 0.00 MB 1 0
75,671 75,671 000000000004249cab629a7a627173261401138738fef7da3785f49ae4415b8a 0.00 MB 1 0
75,670 75,670 000000000021474696a39ee24e5f44f89124fb22e0d97742ea6c425b38e8bd8e 0.00 MB 1 0
75,669 75,669 00000000003fce156d7d250c14b3304a72390cc6d50bcd9ac24b962d48aadfe1 0.00 MB 1 0
75,668 75,668 000000000070d86ba608b4c23e68d3bb36e67b5e7371de3df0ff47cdb6e71f4f 0.00 MB 1 0
75,667 75,667 0000000000790b4501e76c7e4c0f3132b67c51c19f84cc639fb23b403b2bf556 0.00 MB 1 0
75,666 75,666 0000000000405da166053d1b7eb7943117fa896e0ea105c6e2061643ce017454 0.00 MB 1 0
75,665 75,665 00000000005194808240dbacb79b77b392753697e3829d7c2f5d583fb54cc98b 0.00 MB 2 0
75,664 75,664 000000000039c9f4e69f1c90ee7c8c7dd04e24a6ba24d2a8d722d4d8c09de4c4 0.00 MB 1 0
75,663 75,663 00000000005368c4663bb11f0e095e607ee45676a0a0c4fb31eca066c205e261 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,961.26 GB sent, 106.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.