Loading Tool

Explorer IconExplorer

Memory Pool

76,334 transactions
28.45 vMB
0.06708433 BTC
Random Selection Loading Transactions
Max Size: 172.48/200 MB

Candidate Block

Mining Attempt b1242ca7fca02a850025bc1a19c01ad9a3dd1a4ce4a49beb3d4fb73df97b1ae1
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 75dd74ea01c65c3f8f948ddb20e67abafffebaec703efdc2a0296ee235829400
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.00812776 BTC
Feerates: 78.13 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (307,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,276 607,276 0000000000000000001341130a22ee9ff5806ca02e4ef91335b5e17bbae46c39 186 0.06/1.00 vMB 22
607,275 607,275 000000000000000000129b6b473a6e1e838c95f0e6dbd16d9f76a5336cbd3b0a 1 0.00/1.00 vMB 0
607,274 607,274 00000000000000000009a40306fdab1b556b3e0c74893a5b310aa544177fb58a 2,401 0.97/1.00 vMB 11
607,273 607,273 000000000000000000103472bac7b62ded8f6dd47e12422374f438b2287b0767 1,236 0.34/1.00 vMB 8
607,272 607,272 000000000000000000037dbe5aca444661a1dc624d238e72cca0fba976e1f6b8 2,736 1.00/1.00 vMB 5
607,271 607,271 000000000000000000116ea510fe1e3cebab28e677935ec1080f02da6b7872ef 2,619 1.00/1.00 vMB 23
607,270 607,270 00000000000000000007d8a1b3c079c94bc232af6698e1c1a02ea3609630fa21 997 0.28/1.00 vMB 2
607,269 607,269 0000000000000000000a0867e92158dc2c09b7920a76293ffdbaf4aa33edb0ac 2,180 1.00/1.00 vMB 8
607,268 607,268 000000000000000000136fb02ac569daa4fd24baa9b37f4b8ef7d80e79ded268 3,121 1.00/1.00 vMB 2
607,267 607,267 000000000000000000059d582d1326807f7fa173b0611a3566d2ba7b9cc81a00 3,087 1.00/1.00 vMB 14
607,266 607,266 0000000000000000000bc9adf49a30ed92e507970b16d5378c98b08566ac6140 2,826 1.00/1.00 vMB 6
607,265 607,265 00000000000000000000fbf439c4c2002fc58391f44e06ca7992774e49694a08 3,130 1.00/1.00 vMB 8
607,264 607,264 00000000000000000006e7a771a935532a0af2d41c0b1f64ab09594d5dfcdec1 3,208 1.00/1.00 vMB 15
607,263 607,263 00000000000000000006a3f486c36e4b56ec81d75e24a899aa1559a7da6ba4b9 2,900 1.00/1.00 vMB 17
607,262 607,262 0000000000000000000d5d5052e942fe93f4b80a36bd1842796af75c4bb2f30e 2,997 1.00/1.00 vMB 22
607,261 607,261 0000000000000000001239a63cfd0c4df495b4aec7d3e237352819375a102036 2,702 1.00/1.00 vMB 22
607,260 607,260 00000000000000000005568e2b68d4e314f5d9844c4a74913b2e98fafe4e00b6 1,778 0.90/1.00 vMB 20
607,259 607,259 0000000000000000000c96a0035aace187cb4893d752f3de09b583124fa5c7ce 1,907 0.64/1.00 vMB 4
607,258 607,258 00000000000000000007f3cac588b2ad2eaab1a719cc88b0445d4f17959b0307 3,035 1.00/1.00 vMB 25
607,257 607,257 00000000000000000011e7412718423464c6ac9a24cd8f4b4e28b2e72ae163ab 2,592 0.90/1.00 vMB 10
607,256 607,256 00000000000000000009953a8d2a0c0b726dc24f8ac2ec7596e083a7122d7ed7 3,603 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.