Memory Pool Memory Pool Refreshing

3,463 transactions (1.11 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (828,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,875 80,875 0000000000429f3501d60512df277b97f539becd18a7541b433e5110b2feffff 0.00 MB 5 0
80,874 80,874 00000000003b9b4dfb88af0408c22cfce575403a3168dff849927c50c4f8ff7a 0.00 MB 1 0
80,873 80,873 00000000003cf7d331955ca37154326bda1439fd88c00540728da02a462d46c0 0.00 MB 3 0
80,872 80,872 00000000002e04e4df1ad4819f1f6ca3b55b02d4df057426adb795d6c86ad42e 0.00 MB 2 0
80,871 80,871 000000000022da7ac39c826d5fe37ae0ffa7619763ba068ca3c2e0eb663e2a94 0.00 MB 1 0
80,870 80,870 00000000003a07579152f2f08440c577781b8807d7034d03d232b721bd904b6b 0.00 MB 1 0
80,869 80,869 00000000003d252f1210a3fc90b418860d5714597d8ce1a7e94fb1750ce2cf11 0.00 MB 3 0
80,868 80,868 00000000001958dc0ebfeead14f69691694db1195895f52d8d3491ac2a65a45d 0.00 MB 1 0
80,867 80,867 0000000000397769c1ac8d9ed2f7e0834e6a49d50c6db7d47813f46fa19b3c23 0.00 MB 2 0
80,866 80,866 00000000003f637b75a9260da44b291f2bf910ea0495f47ddd2d9e2ebf4dfecc 0.00 MB 3 0
80,865 80,865 00000000002738394271d4c5d085231e51d69de140ee5ef0dc64bf91680b87f7 0.00 MB 1 0
80,864 80,864 00000000002d731cde08103fc16f932c48c13b5e17f8fc817c6f97aaa07b6e52 0.00 MB 3 0
80,863 80,863 0000000000122f5931f1f32e45492783326f8d4caaf1db767bd6850ebc8fb626 0.00 MB 1 0
80,862 80,862 0000000000262e3daa538dda1d770de8613e03fbe88500e350446da5b8ac6c43 0.00 MB 1 0
80,861 80,861 00000000001a36e367a27af5e21d79cab1ef5a54aab27b53e0909583a17a017c 0.00 MB 1 0
80,860 80,860 00000000001400361d90fe14aef9d341c4682b797b11234cdc2b9a44543613f5 0.00 MB 2 0
80,859 80,859 00000000002732cdf5b33dcd62fc72f642998a456064618be82f086c7f80e442 0.00 MB 1 0
80,858 80,858 000000000041a7c0743d1f9237a48d9c853b60cbb67a72656523456936ec45a8 0.00 MB 1 0
80,857 80,857 00000000003a49addd78edafc7d6f3964e21d8d11cf413bc4257729e85de03db 0.00 MB 1 0
80,856 80,856 00000000003fba93cce03e40bfe90a9dbf376cb9f2437c09b967c429fdfa2d76 0.00 MB 2 0
80,855 80,855 00000000003ae2dacadeccac96943fb0a28a139417da2ecde9796f3c4290f1f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 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,951.87 GB sent, 106.59 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.