Loading Tool

Explorer IconExplorer

Memory Pool

85,760 transactions
32.88 vMB
0.13212032 BTC
Random Selection Loading Transactions
Max Size: 195.53/200 MB

Candidate Block

Mining Attempt 0bc913b4a6b21490608fa85f10b50c11dca975ae4a1e961e0c657969827c4553
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 3d0972cdbead20bc0f08e9d69106286e19c84d5b6ed502d246ec32e21a663bef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.06095129 BTC
Feerates: 387.56 > 6.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (112,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,282 802,282 00000000000000000002b65ac6a46f06d86d35671cadff636328bc910d4499dd 2,819 1.00/1.00 vMB 32
802,281 802,281 00000000000000000000a68d69ef27fd6ca3663e29088ed2bf3764ce56697b1b 1,860 1.00/1.00 vMB 24
802,280 802,280 00000000000000000001a5e6a39946b51e6138e952c81aa8c649d9edf70f44ee 3,552 1.00/1.00 vMB 33
802,279 802,279 00000000000000000002fdcde244e5a453e9b8a4b21f42bb9527e59ad8c62158 1,412 1.00/1.00 vMB 17
802,278 802,278 00000000000000000003a63afa780c95b02510af26e4cc9900368cf46aa4aa1c 2,515 1.00/1.00 vMB 26
802,277 802,277 000000000000000000019a1f8634e2178a5d17cc0b02c2ad4f2adc89f0032e24 2,643 1.00/1.00 vMB 37
802,276 802,276 000000000000000000043696570e40d033d60b2fcc71c91fa30e75ac760e223a 2,362 1.00/1.00 vMB 18
802,275 802,275 000000000000000000036732aa0b319c288a215162804c74d78bc0892a24edda 1,480 1.00/1.00 vMB 24
802,274 802,274 000000000000000000005ed1cbc3b6bfe8a54666b70675c315eca10004f90192 1,476 1.00/1.00 vMB 19
802,273 802,273 00000000000000000001f3fba2d5ff8d9938bc8de2cc8f294ace0970a6f03b1e 3,008 1.00/1.00 vMB 27
802,272 802,272 00000000000000000001e6d298e081f4d430ae895d300d9d60f424ad4445b3a5 3,053 1.00/1.00 vMB 29
802,271 802,271 00000000000000000001a88d30723f5a8f78d4e01557622c85bd07dc7ff38826 2,048 1.00/1.00 vMB 38
802,270 802,270 00000000000000000000d90a478e9421d4a3ec4a688bcf87daf511c176866ec2 2,757 1.00/1.00 vMB 31
802,269 802,269 00000000000000000004f63572988177d4894e1341fc8e2cea1e72b5efbb906f 3,348 1.00/1.00 vMB 33
802,268 802,268 00000000000000000002b8726c048de2e195108fd3c789631299b5e0d0bcf048 2,219 1.00/1.00 vMB 35
802,267 802,267 0000000000000000000494717d982b9d584576413592156bb094a40a409ba808 2,953 1.00/1.00 vMB 33
802,266 802,266 0000000000000000000185969680d8df43e29a3892cf5310a48a42a41d463717 3,041 1.00/1.00 vMB 47
802,265 802,265 0000000000000000000060ee88f83c0399fa4e35f9f23a8621a0ef39611d81ff 1,784 1.00/1.00 vMB 20
802,264 802,264 00000000000000000001cbaf8d24753384aac7532c6eec7c81687a88c8e93460 2,238 1.00/1.00 vMB 23
802,263 802,263 00000000000000000001ae9fe0d3e8dd08ce401bd9ea13ec0bd5e8a989521a26 2,341 1.00/1.00 vMB 24
802,262 802,262 0000000000000000000492468835044be72bd09e7c9f12fcdee9aee0ce5c497a 3,077 1.00/1.00 vMB 24
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.