Loading Tool

Explorer IconExplorer

Memory Pool

22,552 transactions
11.15 vMB
0.04440451 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.53/200 MB

Candidate Block

Mining Attempt c864f71d834007f65188e559e8ea6ee29222018b5606df46af4bcdba74749c4f
Version 20000000
Previous Block 00000000000000000001d3e897a824d1ab7e1f85b7da1fc54c6213ce643a4718
Merkle Root 7c9c452ccd7e8b609a0bdb726fdca07cb4543ef5548cf1325cb38d748fb47272
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,752
Size: 0.99789325 1.00/1.00 vMB
Total Fees: 0.02580360 BTC
Feerates: 502.67 > 2.59 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,582 (710,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,599 202,599 0000000000000042048550a72b209434f5163d3ae85f44c1367e37afbef62881 150 0.05/1.00 vMB 113
202,598 202,598 000000000000014fdc8972db6adb16df742193b64b817f67e604db09e2d20de2 103 0.04/1.00 vMB 101
202,597 202,597 000000000000039e3aa4374852aa030eac2517e17c5d0c94a9b506c8bfb24728 139 0.05/1.00 vMB 129
202,596 202,596 00000000000001b19c129d2ab1cc6752410dbbaf8509e833f6c789ef590d184e 128 0.06/1.00 vMB 73
202,595 202,595 00000000000004b3072ed9cc21f7e8958d9793fcadcb23401d8ba202973f5773 80 0.03/1.00 vMB 22
202,594 202,594 00000000000000b186c9bce1fb670d8f42e50abd970634eadcaad2b622c3da04 346 0.14/1.00 vMB 147
202,593 202,593 000000000000026834401650dd3b0239295784c54c7f8d3c64c82f78120eb540 434 0.18/1.00 vMB 356
202,592 202,592 00000000000000468d49eeb719f9dd5e3d6c42d2370a0a1e692862202b327f07 557 0.20/1.00 vMB 225
202,591 202,591 0000000000000314b7f6c7e116090b3fbf45cee610878cf9a6e39f35b786eed0 10 0.00/1.00 vMB 325
202,590 202,590 00000000000001b922c270735bea08ee6fd4b843746867f2fb77f6914268c45e 123 0.05/1.00 vMB 221
202,589 202,589 000000000000041805ac0d601b4d8a85818093042506d5d10545e76a6f2eae0d 230 0.16/1.00 vMB 115
202,588 202,588 00000000000001dd40e2597ee7bb772219502f83fea599426f73a59161fdc01d 644 0.25/1.00 vMB 192
202,587 202,587 000000000000017533818ea98d349e7a065e5022926166ec7701101b36ecd0f1 27 0.01/1.00 vMB 104
202,586 202,586 00000000000001197875c7705822ff5f1dca6e8b31c4ef1b1d5bf785d93b0d79 44 0.02/1.00 vMB 102
202,585 202,585 000000000000044737077551d5e97168e4e55c65ea891a7a5466c2c7d36e0e95 40 0.02/1.00 vMB 142
202,584 202,584 0000000000000262edd1b6189e1a22637725079e2ded9ac655435d33197e3732 240 0.11/1.00 vMB 197
202,583 202,583 00000000000005589b0dffe1de2bf3335819c1f4d2d25fd241f6e3a9fa94ed15 58 0.06/1.00 vMB 62
202,582 202,582 000000000000040f2767eb0f94c64af9cedb7632a866fd03d4ba88d6e6d22023 83 0.04/1.00 vMB 205
202,581 202,581 00000000000005508f1f5652771848fe0899e103fa7737f9b29770968c1f7eb1 262 0.16/1.00 vMB 141
202,580 202,580 000000000000053d85048421d2bf0643ff9dcd9496b9cdf461a4ec35199942b8 221 0.07/1.00 vMB 2
202,579 202,579 00000000000003f48ee1232f368e6d0f21a5ae432e50838b0845d0863ef1ca1b 589 0.25/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 779.88 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: 450.64 GB
    • Received: 2.49 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.