Loading Tool

Explorer IconExplorer

Memory Pool

32,751 transactions
27.04 vMB
0.10694705 BTC
Random Selection Loading Transactions
Max Size: 135.56/200 MB

Candidate Block

Mining Attempt 76b7da52a8fd9417f570a46ec2cf83326e41a7f3943458df86667d82fffbcc52
Version 20000000
Previous Block 0000000000000000000073ff96478c5584a0477e81e2c2b98ae9f339a9380378
Merkle Root 50d0f771f9af2473ccc938ab251809bf0f2c453357b30b2d544d1de5ef436754
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,826
Size: 1.00 vMB
Total Fees: 0.05251628 BTC
Feerates: 386.83 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,247 (833,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
80,873 80,873 00000000003cf7d331955ca37154326bda1439fd88c00540728da02a462d46c0 3 0.00/1.00 vMB 0
80,872 80,872 00000000002e04e4df1ad4819f1f6ca3b55b02d4df057426adb795d6c86ad42e 2 0.00/1.00 vMB 0
80,871 80,871 000000000022da7ac39c826d5fe37ae0ffa7619763ba068ca3c2e0eb663e2a94 1 0.00/1.00 vMB 0
80,870 80,870 00000000003a07579152f2f08440c577781b8807d7034d03d232b721bd904b6b 1 0.00/1.00 vMB 0
80,869 80,869 00000000003d252f1210a3fc90b418860d5714597d8ce1a7e94fb1750ce2cf11 3 0.00/1.00 vMB 0
80,868 80,868 00000000001958dc0ebfeead14f69691694db1195895f52d8d3491ac2a65a45d 1 0.00/1.00 vMB 0
80,867 80,867 0000000000397769c1ac8d9ed2f7e0834e6a49d50c6db7d47813f46fa19b3c23 2 0.00/1.00 vMB 0
80,866 80,866 00000000003f637b75a9260da44b291f2bf910ea0495f47ddd2d9e2ebf4dfecc 3 0.00/1.00 vMB 0
80,865 80,865 00000000002738394271d4c5d085231e51d69de140ee5ef0dc64bf91680b87f7 1 0.00/1.00 vMB 0
80,864 80,864 00000000002d731cde08103fc16f932c48c13b5e17f8fc817c6f97aaa07b6e52 3 0.00/1.00 vMB 0
80,863 80,863 0000000000122f5931f1f32e45492783326f8d4caaf1db767bd6850ebc8fb626 1 0.00/1.00 vMB 0
80,862 80,862 0000000000262e3daa538dda1d770de8613e03fbe88500e350446da5b8ac6c43 1 0.00/1.00 vMB 0
80,861 80,861 00000000001a36e367a27af5e21d79cab1ef5a54aab27b53e0909583a17a017c 1 0.00/1.00 vMB 0
80,860 80,860 00000000001400361d90fe14aef9d341c4682b797b11234cdc2b9a44543613f5 2 0.00/1.00 vMB 0
80,859 80,859 00000000002732cdf5b33dcd62fc72f642998a456064618be82f086c7f80e442 1 0.00/1.00 vMB 0
80,858 80,858 000000000041a7c0743d1f9237a48d9c853b60cbb67a72656523456936ec45a8 1 0.00/1.00 vMB 0
80,857 80,857 00000000003a49addd78edafc7d6f3964e21d8d11cf413bc4257729e85de03db 1 0.00/1.00 vMB 0
80,856 80,856 00000000003fba93cce03e40bfe90a9dbf376cb9f2437c09b967c429fdfa2d76 2 0.00/1.00 vMB 0
80,855 80,855 00000000003ae2dacadeccac96943fb0a28a139417da2ecde9796f3c4290f1f2 1 0.00/1.00 vMB 0
80,854 80,854 00000000001620889271f734c6e884fca5e95ee5ba8389307011721c963ae428 1 0.00/1.00 vMB 0
80,853 80,853 00000000001b1df5f1045792a6e8f95567337a5a3cbbb63c8bb991cbf6d01ab6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.66 GB
    • Received: 8.50 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.