Loading Tool

Explorer IconExplorer

Memory Pool

40,073 transactions
28.12 vMB
0.06614274 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 9d00eb36686d0405eef0e406cfb36e777007f77822aa51bbec95c5776b5bd98d
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 546d49327c2db29ef2c82e99a160682c05cb083fcd8e31aa8a71592f3c3a7041
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,579
Size: 1.00 vMB
Total Fees: 0.01201936 BTC
Feerates: 60.16 > 1.20 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (409,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,562 505,562 0000000000000000005a699e426082b4b9047dd6963c79c1361b8cc6d8c71711 1,852 1.00/1.00 vMB 254
505,561 505,561 00000000000000000021126b6601a2f575798b4aae51d1ab30ae25b7a7e72363 490 1.00/1.00 vMB 72
505,560 505,560 0000000000000000001ef470e75d7ecd8b01bd2cbb08785b47dc5e92116b29b5 961 1.00/1.00 vMB 152
505,559 505,559 000000000000000000048f1f8649160ac7c844e385da012b577988bdacd7d6d7 1,057 1.00/1.00 vMB 101
505,558 505,558 0000000000000000006ac1152e74c7a050c6036760b19712f7c35338f72f0435 1,920 1.00/1.00 vMB 231
505,557 505,557 0000000000000000000d5e349f22204b7a7adcc4f0e0e1896546a5410e40a0c7 1,282 1.00/1.00 vMB 173
505,556 505,556 0000000000000000004accc6fc77f5f0c8f4aba56ee419667e923599e9befa96 838 1.00/1.00 vMB 61
505,555 505,555 0000000000000000004a5d84dc751774a01e25d2c6aa8f01a6ff0df00d13e56f 2,007 1.00/1.00 vMB 136
505,554 505,554 0000000000000000005197e99af3991bb9a0632afd83e07e452cd7400434ed40 2,215 1.00/1.00 vMB 190
505,553 505,553 0000000000000000007352f1f847b86800b07171ff9b638e6a784178641639c0 2,474 1.00/1.00 vMB 345
505,552 505,552 000000000000000000727cc8ffe94e2fae53055e7e71be7ed16ef7d9195a2c5f 2,151 1.00/1.00 vMB 343
505,551 505,551 00000000000000000055bc8507893734bdf9fbad21839aa7d8fd3dba5823eb15 1,942 1.00/1.00 vMB 181
505,550 505,550 0000000000000000005a9d2a62402b3db391d4f414a061461162b02adb2f18eb 1,960 1.00/1.00 vMB 281
505,549 505,549 00000000000000000072b19c6dfe04260d16f2d95a94467a03d677850ba69b8c 2,374 1.00/1.00 vMB 257
505,548 505,548 000000000000000000476a532906104ad53597673c92669ef9fbcf57bd007a72 2,393 1.00/1.00 vMB 415
505,547 505,547 0000000000000000002cf76e75cdd07eae2d7600424f3970bc7302b3c79a579c 2,417 1.00/1.00 vMB 327
505,546 505,546 0000000000000000002247163ab80e7b73aaf3193a8be0603ee1e681d8870c08 2,449 1.00/1.00 vMB 302
505,545 505,545 000000000000000000726c806d5c97970ee4450d2809086bc5c3c3db9cd54b33 1,245 1.00/1.00 vMB 82
505,544 505,544 0000000000000000007aa562f19a700399851c580da13ff4d0a68fbc41821f05 1,457 1.00/1.00 vMB 256
505,543 505,543 0000000000000000002567e182acbe2ff0de0946f80a1ce476963352a0db596b 1,616 1.00/1.00 vMB 95
505,542 505,542 0000000000000000005e670d931e399fc798356404fb9afe778cb9bbef7859cd 1,582 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 781.73 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: 630.32 GB
    • Received: 12.01 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.