Loading Tool

Explorer IconExplorer

Memory Pool

81,028 transactions
30.40 vMB
0.13402148 BTC
Random Selection Loading Transactions
Max Size: 181.97/200 MB

Candidate Block

Mining Attempt 4ac7edc71bf35e95c593b1001abef3d653a5f80df32f33e4ee660c5969be5f63
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root e821f63ec057d1646d6ca3b36cde021c7fbab7bf3d5abb4badc4047e2973f7a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.06162669 BTC
Feerates: 150.86 > 6.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (262,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,637 652,637 0000000000000000000912d7822a6247c81d0784279232c3d8970394ef2ffe7c 1,011 0.34/1.00 vMB 44
652,636 652,636 0000000000000000000c89f0956c48c0ad6f058525279dbb175033fdcd72e40c 2,441 0.81/1.00 vMB 46
652,635 652,635 00000000000000000004ad9f86108d065a6578721b3698a2a4d26c5ace1a3107 58 0.02/1.00 vMB 41
652,634 652,634 0000000000000000000821d3b68f3b0315c9efbd153bf3c6dd64d458250a9c7f 1,280 0.49/1.00 vMB 45
652,633 652,633 0000000000000000000b99319590761e2539a82ac8f25ec85a87c3efb7dcb059 573 0.38/1.00 vMB 22
652,632 652,632 00000000000000000003087e8761f853363b2fb3d0e06b48b6640212ea816cca 256 0.95/1.00 vMB 3
652,631 652,631 0000000000000000000e3bec39a9e6a38aea3c0a4e69845e2bf20785919d23ea 1,202 1.00/1.00 vMB 18
652,630 652,630 000000000000000000086e672ea3ba5fe93af2b06ea0a9fe52c78bb1b350fdd3 1,011 1.00/1.00 vMB 14
652,629 652,629 0000000000000000000ddf0d8a915e98ba10792610cead45f623f90d50945c52 452 1.00/1.00 vMB 7
652,628 652,628 000000000000000000011e4bb054f7129203dfc759043395f81e58399a482347 2,018 1.00/1.00 vMB 36
652,627 652,627 0000000000000000000973c293703db4413d3bb9cf14fe791dd63f36f395c4d2 160 1.00/1.00 vMB 3
652,626 652,626 0000000000000000000a3f32867453bd63d2973458f7b58279b1fe9252cb33df 2,092 1.00/1.00 vMB 31
652,625 652,625 00000000000000000003b4ddc387008cf770ca989ffe4ce8ab1cd7159d9e8cd0 2,386 1.00/1.00 vMB 26
652,624 652,624 0000000000000000000997f03d0df17fafce8e3cf15ec554d0ce1cf76af0babf 2,053 1.00/1.00 vMB 63
652,623 652,623 000000000000000000082cc5c02ed923fc348baed632b57a1900bb19c603373b 1,496 1.00/1.00 vMB 22
652,622 652,622 0000000000000000000cb59da6a4a6c9553a442588c87e8d26290f0b01aaf427 1,310 1.00/1.00 vMB 18
652,621 652,621 0000000000000000000ab63c5abb5a9ef65418c9202a2e5f87c133725ab080c0 2,593 1.00/1.00 vMB 44
652,620 652,620 000000000000000000089a4de48503c7879274554b193fb079f7c1294da70955 1,048 1.00/1.00 vMB 16
652,619 652,619 0000000000000000000b524376acd53fac4d50e7e29bde83286fc1b3a6710a2f 2,259 1.00/1.00 vMB 23
652,618 652,618 000000000000000000024eac507aeb4bc95f8c136cd47bac9c3d890551b5d221 2,589 1.00/1.00 vMB 75
652,617 652,617 00000000000000000006919c7bddfc199a9e11e7c1b1d8b86863c9a66e597493 2,434 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.