Loading Tool

Explorer IconExplorer

Memory Pool

85,782 transactions
32.88 vMB
0.13236066 BTC
Random Selection Loading Transactions
Max Size: 195.56/200 MB

Candidate Block

Mining Attempt 15a373813dba0c71dffe8999a27356c6893e89d223e71d76aafb3a3a801ef9ee
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0191e0b882800499a01c0e2e8344c29037ac6d8b6a29f3666b9b80ce5b5f114a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.06108579 BTC
Feerates: 387.56 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (203,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,586 711,586 0000000000000000000917b03f9a0aa203bf5fb9fa56822fe61cf223e34a0228 561 0.25/1.00 vMB 9
711,585 711,585 000000000000000000059d9f06bd9d752cc5dcff0f9afc3eea7b8e8b9dc0235b 1,020 0.31/1.00 vMB 8
711,584 711,584 000000000000000000029654b4f8f6763a43e93e303dc5b9d92e0a50db185108 1,607 0.71/1.00 vMB 8
711,583 711,583 00000000000000000000495b1a1fa12923404df0b366a834ddde23f42f743db5 1,182 0.73/1.00 vMB 6
711,582 711,582 0000000000000000000207a3e4784304de916d6464668bcebbeda720af9809f2 1,198 1.00/1.00 vMB 1
711,581 711,581 0000000000000000000bcce16f8efb3326be07bc8227868f2d4f4578682cd185 2,070 1.00/1.00 vMB 3
711,580 711,580 00000000000000000005fd6c36e8e734e6bf9229b3e6d28eb3d264f2a491cd1a 3,569 1.00/1.00 vMB 6
711,579 711,579 0000000000000000000bf9f42bd54f6eed5c71366cd6d85f2b12013a7fbfe299 3,338 1.00/1.00 vMB 6
711,578 711,578 00000000000000000001f347f210dd5f432f6b5ca61ed41db7da460b555d3023 2,888 1.00/1.00 vMB 16
711,577 711,577 0000000000000000000770ac0286c8bab289edec72b58736b748597914ade79f 2,931 1.00/1.00 vMB 9
711,576 711,576 0000000000000000000bcdcc4ee3143fec44e0bcc936b51f7aef1ca7954bf6db 2,146 1.00/1.00 vMB 8
711,575 711,575 00000000000000000002cc4106c20fc31e768f8697107c1c55d1e3d3d8e3b6a6 2,600 1.00/1.00 vMB 7
711,574 711,574 000000000000000000059dc4b3de8243f52a1472eac210c91a3282b01f56f297 2,865 1.00/1.00 vMB 16
711,573 711,573 00000000000000000008c56feb7274906d98c4cffbbb2f0ad75fa73a54ba37bb 3,106 1.00/1.00 vMB 14
711,572 711,572 00000000000000000008eacdcc49868b974c60fcfbce0f6c4373f4550971436c 400 0.11/1.00 vMB 10
711,571 711,571 0000000000000000000b566070820d8b6737cf6000abaa4373a36a01948d33ec 2,788 0.90/1.00 vMB 8
711,570 711,570 00000000000000000005507b6aa867a763f1991cd47cc895ef0d0a2304cb11d5 2,814 1.00/1.00 vMB 8
711,569 711,569 0000000000000000000544b7ef9757774311f00a8ddd9311a89e2646ba58c394 1,893 0.65/1.00 vMB 9
711,568 711,568 0000000000000000000bf90d6ffc5556f490f1113346945a51a228c5f8b757f5 484 0.13/1.00 vMB 9
711,567 711,567 0000000000000000000359db7dc70c76b99cb3a255a76800ec64bcf011d4e3f4 3,066 0.92/1.00 vMB 9
711,566 711,566 0000000000000000000657c535e5185b1db580b60fec0ab2e9284972838ea312 1,245 0.42/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.