Loading Tool

Explorer IconExplorer

Memory Pool

42,565 transactions
28.95 vMB
0.06071095 BTC
Random Selection Loading Transactions
Max Size: 149.16/200 MB

Candidate Block

Mining Attempt a42d196dafcc3c37bb1016666854fc1aba7f832c52b2076490c59937a1be175c
Version 20000000
Previous Block 0000000000000000000196b9925bca5e45f094c3c1c9dd239e8581451c4f878b
Merkle Root 4a6140c2bbee8036a8b08512d6e64fb60527981b0072eb048012b91d7c1f9be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,829
Size: 1.00 vMB
Total Fees: 0.00425515 BTC
Feerates: 40.20 > 0.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,616 (892,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
22,565 22,565 00000000a84681022cee971f40ab0d04603e3913e407cda0513b963b1c2a3375 1 0.00/1.00 vMB 0
22,564 22,564 00000000fba28445a3890a73269eca25313131b7cfa1c46cbd505e67d9a2d1e9 1 0.00/1.00 vMB 0
22,563 22,563 00000000feba69abaa5ff10f22a515e6966456e83de78a4168b269f464c702d1 1 0.00/1.00 vMB 0
22,562 22,562 00000000a206c8d34ec37049389b0782bd3205257fd9377f2b8991b18aed744d 1 0.00/1.00 vMB 0
22,561 22,561 00000000f382bf697687c0ecad86c002a9c6d7d1f04c2d195bfe1b72c23974be 1 0.00/1.00 vMB 0
22,560 22,560 0000000058c912739fe5c2f36fb4f00a0f6784198dab444ed1e4dcb7ea69be1c 1 0.00/1.00 vMB 0
22,559 22,559 000000001400b8bdc54198c40e1ed69b43f8a7fc0a1a04d68eb97523b4a2a083 1 0.00/1.00 vMB 0
22,558 22,558 000000001244a3843fc8236d573e43d593993f49e7121569d50b82445e1cf065 1 0.00/1.00 vMB 0
22,557 22,557 0000000096da832a868bae7bd7c2c0acdc5ddc002838b60088e543595a93c20b 1 0.00/1.00 vMB 0
22,556 22,556 000000008dee5202c84406f0abca368e84744a2101d665c069eec662fa514596 1 0.00/1.00 vMB 0
22,555 22,555 000000008db522095fa8a07a0cefb54ecb5a91848d2a2a43462d4387aa4afa7d 1 0.00/1.00 vMB 0
22,554 22,554 000000006b4c5847afab6bdc6c82355088521a41342c1feaa13e1cd70efc732c 1 0.00/1.00 vMB 0
22,553 22,553 00000000b52db864dbbeb6136e71129fdbae4923dd9f500074b701964089a45e 1 0.00/1.00 vMB 0
22,552 22,552 000000004968e5845056468e537cae8505353b06508a0d7ab1e7fb418dcf9054 1 0.00/1.00 vMB 0
22,551 22,551 000000008caaccf76aec0946720653c24535a1ed610349f7e87396cb3f3398a5 1 0.00/1.00 vMB 0
22,550 22,550 000000003198132c86e6708efd76b6d4e10006ab68760ed84c42815dbf54a570 1 0.00/1.00 vMB 0
22,549 22,549 0000000004c0963507d2edc2cb275a8231379e7dbf0083a7a4a2b6b106eb36aa 1 0.00/1.00 vMB 0
22,548 22,548 00000000301c4aaa2576aadfae18190c6667986b5d1b45e04f74310ed1e66673 1 0.00/1.00 vMB 0
22,547 22,547 0000000091bd475f96e50a73e68f026241539dca11c44fa1370130554617470e 1 0.00/1.00 vMB 0
22,546 22,546 00000000447b81d8a8c3baf3e4369ca59dae60796f5ac8be99b2f3711e678181 1 0.00/1.00 vMB 0
22,545 22,545 00000000a7259656f94e6f4ec9045c9c72a7e96439a05798fa9fe2762a8562d1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.39 GB
    • Received: 11.91 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.