Loading Tool

Explorer IconExplorer

Memory Pool

80,015 transactions
30.56 vMB
0.08057765 BTC
Random Selection Loading Transactions
Max Size: 185.61/200 MB

Candidate Block

Mining Attempt 645e9827b330e6c838dc8d67d26d5ff20990993a90fe334cf50f261b1862f58c
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 86cc7ed5855cbb83daae1c6f7f6081b1fc454be0392e98154cece30af09d1581
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,352
Size: 1.00 vMB
Total Fees: 0.01523749 BTC
Feerates: 351.58 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (214,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,330 700,330 000000000000000000072523c377bf17d7f5ab48eeb5c7e6e4b587f71dec86a0 583 0.32/1.00 vMB 3
700,329 700,329 0000000000000000000e03e064a3e8598e1c9d62ebec4b0d9dad5f3636761571 2,347 1.00/1.00 vMB 11
700,328 700,328 0000000000000000000becf25f965556815c567d327043288f3a2f50282207d1 455 0.16/1.00 vMB 11
700,327 700,327 0000000000000000000db2b077b36b5b517382a4d3d14e9e7a5acdf9a6d0c55d 2,053 0.97/1.00 vMB 13
700,326 700,326 0000000000000000000b1e488deb8a73cdaf90775db9e18202b241c6ab7d4e26 775 0.33/1.00 vMB 12
700,325 700,325 0000000000000000000ec533309f4df6d11962d0468ce1dff363ce2938afceb7 378 0.19/1.00 vMB 11
700,324 700,324 0000000000000000000245ed0238f6d9bc97a914a4dc73f87f3d0091f7024f90 235 0.16/1.00 vMB 8
700,323 700,323 0000000000000000000efa3c0882e5245f299ae804ca5c18a4734dcf895954ea 1,248 0.53/1.00 vMB 10
700,322 700,322 00000000000000000009b6914f40cb6d9fd1b1fd88bf39b8cfe097db1f139ee5 503 0.29/1.00 vMB 2
700,321 700,321 0000000000000000000012f0dacc6e526cf7d4656b5e365981c0fe0309b0ab95 921 1.00/1.00 vMB 5
700,320 700,320 0000000000000000000c2cb2bf963d07f3c616ac0f9d607572426a361aadcda6 2,523 1.00/1.00 vMB 12
700,319 700,319 00000000000000000004ce8338da81a578a3b5ab1d79ffda7b292226e1300c7d 1,162 0.53/1.00 vMB 11
700,318 700,318 0000000000000000000d327ef857c88ffd63bca08b74df752b6ceb8067ecae4f 1,254 0.62/1.00 vMB 9
700,317 700,317 000000000000000000098e133aaa38a053806eda5d9a7d7392f28d55f78de025 1,891 0.81/1.00 vMB 12
700,316 700,316 00000000000000000003b64fcbbeaeba61ff2f17852f3b8ff1f71165904d7ff2 1,998 0.79/1.00 vMB 11
700,315 700,315 0000000000000000000839e39770387023b411af7e78b7f67ee74250dd82de26 1,954 0.75/1.00 vMB 15
700,314 700,314 0000000000000000000940a1165d0509f89613da50293b9a99331ec22882ef1d 1,104 0.41/1.00 vMB 11
700,313 700,313 000000000000000000069a324248944d4e1fe9ed2cd892aa2ce7934f10abaa12 405 0.13/1.00 vMB 13
700,312 700,312 0000000000000000000d8af477f0d711e7ffb003b05a40f44fc9feef09f00a35 431 0.16/1.00 vMB 9
700,311 700,311 0000000000000000000121a951fbe1663d2464c2e7367d853f9dd80bdb287dd1 1,317 0.50/1.00 vMB 12
700,310 700,310 00000000000000000000f509a3887c2f25fdd8af1ded2f753cdf7c8cc470ac33 1,787 0.82/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.