Loading Tool

Explorer IconExplorer

Memory Pool

36,195 transactions
27.82 vMB
0.05840684 BTC
Random Selection Loading Transactions
Max Size: 140.23/200 MB

Candidate Block

Mining Attempt b69644498401361388d083f5702b82406b1b5a67a08af18e178bb6d3fc1efdad
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 594359dcfe8da28971ad0b0e57d2e5f7557c6df514ad24f8e149b04f11667fc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,524
Size: 1.00 vMB
Total Fees: 0.00537944 BTC
Feerates: 40.21 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (438,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,819 475,819 000000000000000000c8dd7f76d70bce82bb2e4fcf5f295d47f8ed966ab4facb 1,277 1.00/1.00 vMB 179
475,818 475,818 0000000000000000001c909304b7d84bd87ebc743e24cd53413d8e3433877d1d 1,845 1.00/1.00 vMB 281
475,817 475,817 000000000000000000b6cbc5e63e87f0b1cb1d28f7fe762f9e4205f6482bae31 1,188 1.00/1.00 vMB 276
475,816 475,816 000000000000000000e579c203dd7d866b5cc8256d7cd91679a86213dc85af2d 1,230 0.99/1.00 vMB 229
475,815 475,815 00000000000000000136d2e2170e73e64a4f7ad339cc15c1311d69b437825ffc 1,436 1.00/1.00 vMB 225
475,814 475,814 0000000000000000003df086aada499aaa32959fbfc4c3452282b17b64eda0af 2,375 1.00/1.00 vMB 352
475,813 475,813 00000000000000000096dc6f2630cec82bc782f97cb39c852616d53ff086b9e4 2,316 1.00/1.00 vMB 143
475,812 475,812 000000000000000000d0a00971a0720f9026fcc51a7b4c98160d00be9fcb2750 1,493 1.00/1.00 vMB 130
475,811 475,811 000000000000000000b345bbf834be7782dd6511a5bbf8b2c8f3361564d51095 1,569 1.00/1.00 vMB 175
475,810 475,810 00000000000000000003fcbdc233c626fc14760af024a9ac415a8bc80b2b0ff2 2,517 1.00/1.00 vMB 185
475,809 475,809 0000000000000000007f0ddbb28ead939f0ad850a33f4cc50e1ea45462858baa 2,197 1.00/1.00 vMB 191
475,808 475,808 000000000000000000c60db91ab71ae8a22f5b11f4dbb2608d24f493227a5c25 2,081 1.00/1.00 vMB 202
475,807 475,807 0000000000000000006190dca784932b5626fc73421fbd1ac54950d65b0ec563 2,259 1.00/1.00 vMB 286
475,806 475,806 000000000000000001328e3d3a322c27cab7e1c942191880ed417e51853b7801 1,711 1.00/1.00 vMB 236
475,805 475,805 00000000000000000039647f730d684463355731e9153d570a90c636df17b5b7 2,260 1.00/1.00 vMB 220
475,804 475,804 0000000000000000013bd6145fbba0e9a8b316cc05d75fa09aaf4fd392b83eb5 2,235 1.00/1.00 vMB 298
475,803 475,803 000000000000000000f20ea1e785f57f23e500722483d266fa98eb7479a9dff9 2,098 1.00/1.00 vMB 303
475,802 475,802 000000000000000000cea362673b94ab0dbdd88bda707647e0cab00f55c43d96 2,109 1.00/1.00 vMB 220
475,801 475,801 000000000000000000874f09c4269897855d7bf3cead8acd7d4a106a10a622a8 1,957 1.00/1.00 vMB 222
475,800 475,800 00000000000000000048affc40922ddec854247f2873f01e8971853a1f85d682 1,969 1.00/1.00 vMB 213
475,799 475,799 00000000000000000036689b49c1563c87ef2a5d51f9bb36ddeb2527e91af9e1 1,910 1.00/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 781.72 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: 629.85 GB
    • Received: 11.96 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.