Memory Pool Memory Pool Refreshing

16,054 transactions (3.60 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,180 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,179 (828,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
80,854 80,854 00000000001620889271f734c6e884fca5e95ee5ba8389307011721c963ae428 0.00 MB 1 0
80,853 80,853 00000000001b1df5f1045792a6e8f95567337a5a3cbbb63c8bb991cbf6d01ab6 0.00 MB 1 0
80,852 80,852 00000000003bff5b66890a6358b13b67ba8ed0db5ff4a7828859054b2012a666 0.00 MB 2 0
80,851 80,851 000000000038e5bf8fb2405f6d8d14b71cf0b2d27564efb35284419cea417543 0.00 MB 1 0
80,850 80,850 0000000000195873a1a90ec4c56eb9732bd95c40893d4075ba679ca0b3cf1a9c 0.00 MB 1 0
80,849 80,849 000000000042c9d28d9f84e7d9c16eb0c4ed1ced17f9083e72165f2df18325e3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.87 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,986.63 GB sent, 107.11 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.