Loading Tool

Explorer IconExplorer

Memory Pool

21,921 transactions
9.47 vMB
0.06392944 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.56/200 MB

Candidate Block

Mining Attempt ad40b8a07770fcd834ee2bfc6d45082c9d2c8d2e45d8a09a45539fe0ae51bd6e
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 7a0a4f83e61ef3de8f3b1342667332f5ea1d481449a0d1264f75d5724ef535e8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.03706213 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (747,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,589 165,589 0000000000000997ba021acb85c17ec56512c27f4f26903ab403507a6cbb5352 22 0.01 vMB 76
165,588 165,588 00000000000000f0b6b3d7d38584d911712bcca09c4ada2c1a0d6d1afa93b761 11 0.00 vMB 46
165,587 165,587 000000000000024dca56d07d3fa982a53ea21048ed2b7eef622d9e0d9078889b 11 0.01 vMB 60
165,586 165,586 0000000000000a3f3614e740377e442fea754c45955afca693c13b9c5574d8fc 24 0.01 vMB 23
165,585 165,585 0000000000000889e3977baef6cca56a23efff551e8d02f0d3c46b363fb1afa9 131 0.04 vMB 1
165,584 165,584 000000000000036bce122e39f9353253daf62fd065148fe4efab4837898db48c 17 0.01 vMB 55
165,583 165,583 00000000000008278259692cdf93c78e72fbdcf868ce7d35b5543b8bac63c2a1 12 0.00 vMB 268
165,582 165,582 0000000000000295cde8c0e5b77014f7a251e103e5af18da9f4fde3e54d2dd51 44 0.02 vMB 99
165,581 165,581 000000000000085924445a9bf962f970bec094c49c70c4e92bbaacf0f1e7bcef 16 0.01 vMB 23
165,580 165,580 00000000000002cf77f9fd0dc258438ebdec56a9e231a736d924e5ef1777e642 36 0.02 vMB 94
165,579 165,579 00000000000003d7f9fc812ebd78ccf7e254dcb16d0fc2072a2b2d3679d7923d 73 0.03 vMB 222
165,578 165,578 00000000000003b240eefb5984721665a921a39718c421c1e8993ab15a0eb684 15 0.00 vMB 50
165,577 165,577 00000000000009fa9d2f0f433ea91e86826ef1724cb0c22743523ead4c860e7e 14 0.01 vMB 239
165,576 165,576 00000000000009d732e20e0bf503532753bc26d837e30e82f101d1b5017445fa 28 0.01 vMB 135
165,575 165,575 00000000000001d35bf913ffe33a8b877941662ccf48ca5b6a1c211ebd52e87c 19 0.01 vMB 156
165,574 165,574 00000000000002abc842cb31f3e35509e645345db72d9b57217cecfcbdd3e254 9 0.00 vMB 354
165,573 165,573 0000000000000a94580bdf1b7823d0198c8578eba4ca0175755e6423184d6579 30 0.02 vMB 199
165,572 165,572 000000000000025741572d50be7ba9b9e6df15db3b412da0b8cdea08b1c2d362 60 0.03 vMB 430
165,571 165,571 000000000000078e5feaa8261e4378afd92149ec4f4c258445718f574bebf641 31 0.01 vMB 172
165,570 165,570 00000000000008dc90ecb767f400b6386e3800e4272ac49283820b8c808b5dfe 48 0.02 vMB 408
165,569 165,569 0000000000000af6dba5cbb0e3f5617da48d1c595d87e52a19c4de0f306fc589 8 0.00 vMB 85
Previous 10 blocks ↓
Total Size: 779.54 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: 250.98 GB
    • Received: 0.95 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.