Loading Tool

Explorer IconExplorer

Memory Pool

77,046 transactions
28.70 vMB
0.06939274 BTC
Random Selection Loading Transactions
Max Size: 174.04/200 MB

Candidate Block

Mining Attempt 9059bd21ceef6cc913c5cb68bc5a613e608ba8a958db4ad4ed97ca1e70c179c5
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 20e0f41c2316c4ae59d667c6dca8cb90c6cbef469e47ca4391191b79fdaa95f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,186
Size: 1.00 vMB
Total Fees: 0.00976683 BTC
Feerates: 82.75 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (66,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,498 848,498 000000000000000000014baa9447f513c86b9b6272f2edf16cfb28ff5bbef933 5,440 1.00/1.00 vMB 28
848,497 848,497 00000000000000000000aed9a3f28f004a4597cb268208a2ef0ac614af4a5274 5,486 1.00/1.00 vMB 34
848,496 848,496 0000000000000000000120da0bbf773983dd9dd4f75a18a27ece9b63175180fa 6,221 1.00/1.00 vMB 32
848,495 848,495 000000000000000000023142cf6fa4f8df88de504f9b58419768d508eeb5ffb8 6,098 1.00/1.00 vMB 35
848,494 848,494 000000000000000000027d1f52aac48b555eeb1340d9f73de2d9d33383d3a793 5,412 1.00/1.00 vMB 38
848,493 848,493 00000000000000000000a5a404f0b18fbfae160dde974d814c71c4b134c0e014 5,523 1.00/1.00 vMB 37
848,492 848,492 0000000000000000000118233b866a31bd468fd9454b6f11a6dfc000ed73c9ce 5,088 1.00/1.00 vMB 44
848,491 848,491 00000000000000000001cd8bad32c667d1c096536316aab590a13283ebe41944 5,912 1.00/1.00 vMB 21
848,490 848,490 00000000000000000003586e659c69e1349a3f6259acab7380ec86124de93e67 5,159 1.00/1.00 vMB 17
848,489 848,489 0000000000000000000128bae009ae3b63c56acf11d118b5cc6e33c23560428a 2,897 1.00/1.00 vMB 14
848,488 848,488 0000000000000000000272a5e863045927efab6e5be30340afa694226baa10b6 664 1.00/1.00 vMB 12
848,487 848,487 000000000000000000007d23d89b3ea2d542b01ea9ab45f3ef7b02e36a763688 3,295 1.00/1.00 vMB 15
848,486 848,486 0000000000000000000249040d33ccfcec0feb9e619d64b398506e0ee4750ed2 2,882 1.00/1.00 vMB 22
848,485 848,485 00000000000000000000953f5aac97508b1d9ed2cda5fb3d76ebccf3e6ed3141 2,931 1.00/1.00 vMB 22
848,484 848,484 00000000000000000001f6d73d5bae14db6cbab592aacc33afacd5f0c9fbbbd0 888 1.00/1.00 vMB 14
848,483 848,483 00000000000000000001abfcd8be8df1c89f78fc6ced4886a87ace784413e2fa 1,433 1.00/1.00 vMB 15
848,482 848,482 00000000000000000003238af3cd004dd8523947b4c8f2d785d8d19aebb84e9f 920 1.00/1.00 vMB 13
848,481 848,481 000000000000000000018472d4cbfeafcf30cef0287f4302e554ed3af956a801 3,644 1.00/1.00 vMB 24
848,480 848,480 000000000000000000002c86024a605a986f0d171d1a8198c3cb0ba79370534f 1 0.00/1.00 vMB 0
848,479 848,479 000000000000000000016e229c67bb6078a1123bd5e7802cedbf7d4191468de3 2,184 1.00/1.00 vMB 17
848,478 848,478 00000000000000000000f025a33dc6cf04ab163802ad8c8d2a47c5a3d16dfd48 2,444 1.00/1.00 vMB 18
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.09 GB
    • Received: 16.38 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.