Loading Tool

Explorer IconExplorer

Memory Pool

34,609 transactions
27.95 vMB
0.05898520 BTC
Random Selection Loading Transactions
Max Size: 139.55/200 MB

Candidate Block

Mining Attempt c2ece84bc3deab58daf6a111e6b5391c2a50727b1b9397406dea606bab7ad8c0
Version 20000000
Previous Block 00000000000000000001da679658719cfccc2653ecbf8d9a60db7cdf4fd801ac
Merkle Root 9729fe7a94209456142d676a3b881f343b4238afb9f56b3a7f6bbcf307db0fe8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 863
Size: 1.00 vMB
Total Fees: 0.00550464 BTC
Feerates: 451.74 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,538 (813,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,187 101,187 000000000000729dcab89ad5dcb4582d04e279007d04adff4e2d26a2d0f9b832 4 0.00/1.00 vMB 0
101,186 101,186 000000000003e352ac1f5299137d4d1515b3d6a4b3e04b71deb1b0ebe1a4ca87 7 0.00/1.00 vMB 0
101,185 101,185 000000000000e75ac0eeb74c88f01bdeae86a447f298718e46fe122140758bb1 9 0.00/1.00 vMB 0
101,184 101,184 000000000003e868049971ad23be93948dc7b4fb1a8eb283c37030fc15c50405 12 0.00/1.00 vMB 0
101,183 101,183 000000000002f8418b311fc075d88b3a3ba2b66b156f8c7a4085c2f3548990aa 12 0.00/1.00 vMB 0
101,182 101,182 00000000000027b7ffc7191add0227bc1165ca31018b1cc1990d9b7072797afc 2 0.00/1.00 vMB 767
101,181 101,181 000000000001abf7ed15ec503efd24bb38d4bbd14499c5bb69e3904de3fbce0d 33 0.01/1.00 vMB 0
101,180 101,180 0000000000039c700fecab614357a76dda1555a93ead2565849c372a2888d2f6 12 0.00/1.00 vMB 0
101,179 101,179 000000000002d84f7efb6e40d6d5c54dbefb9a20fd6e45a77632c9d6a98a0e7b 13 0.00/1.00 vMB 0
101,178 101,178 000000000001de895014dcc224daf10f4cf26afbe1891ca7853adfe56cd70f05 1 0.00/1.00 vMB 0
101,177 101,177 000000000001858b3f416c91a34a19add5a58afee9a11e5973753a0eb0dd4519 2 0.00/1.00 vMB 0
101,176 101,176 000000000002d8297c23b86d6179fde4efe82c153cd03e0a7d2ddf176aa8cfd0 1 0.00/1.00 vMB 0
101,175 101,175 00000000000374194cdd1cdbc3e8392577a129f4d71dedcdb65b7d1e8b29217f 2 0.00/1.00 vMB 0
101,174 101,174 00000000000224134bb66da684a0ea45fde579057c34a34991f627d6134fe3ff 115 0.03/1.00 vMB 0
101,173 101,173 00000000000049f85cb1b11f6b6b6f9cd15b54636a65cfe87acde477ce44bb62 13 0.00/1.00 vMB 0
101,172 101,172 000000000000ae063df0287c857a42c560097f753565766b0fe8deb53a5a044e 14 0.00/1.00 vMB 0
101,171 101,171 000000000000cd09cc3d5d085622446a6a7ab90d9bcd9a37ee303b0117bb134e 13 0.00/1.00 vMB 0
101,170 101,170 00000000000137995b8cb5f25dc0ae5d97eef525f279c41e59f1e39c0cb26775 6 0.00/1.00 vMB 0
101,169 101,169 000000000003f043a6ae1d3b7ff9745055ff7a8b92c9fe13130768acba87dd6f 7 0.00/1.00 vMB 0
101,168 101,168 000000000002cfe7318b6ed6c96e75fe7efc14be9a3161b5dd5f9cf9c67b4641 5 0.00/1.00 vMB 0
101,167 101,167 000000000001d85bd9a3c286aaf32bb3a6ad4d8c4e64e628e4e5e27245efba08 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.57 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: 622.39 GB
    • Received: 11.32 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.