Loading Tool

Explorer IconExplorer

Memory Pool

78,409 transactions
29.12 vMB
0.08185901 BTC
Random Selection Loading Transactions
Max Size: 176.25/200 MB

Candidate Block

Mining Attempt 9104669324e03d9ed051a6625414b5b57feeecc0a0c5bbec6f3d1ac125dee4d8
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root bc10a6b2ea5d40bac6c64e5f22cfc04bcfe6e7bb71dbed7ba4d3d27d53f7a60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,731
Size: 1.00 vMB
Total Fees: 0.02097697 BTC
Feerates: 178.73 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (328,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,278 586,278 0000000000000000000a997499075c273e090d0c5db531303151b6e929b03652 2,747 1.00/1.00 vMB 12
586,277 586,277 0000000000000000000e3bdec5c4fb0c3578f5c09f02fcd1d95274bf24298043 2,294 1.00/1.00 vMB 25
586,276 586,276 0000000000000000001810754aa1cb8486258ac47480577388f331194619bb15 3,232 1.00/1.00 vMB 63
586,275 586,275 000000000000000000196e4f7529ce07cb9ce5773af45c305a3bce16751cfb7a 3,245 1.00/1.00 vMB 52
586,274 586,274 000000000000000000164a40a432be50ce40ae99978af2d5643703941599fe8f 2,678 0.90/1.00 vMB 10
586,273 586,273 00000000000000000001111b9ef8ef3e3f49d96ae4a8b9c9f6bfcdcec417780d 3,014 1.00/1.00 vMB 54
586,272 586,272 000000000000000000109ee5155baf55fb08ec3b2c58cf4854d6176c6b50e588 447 0.17/1.00 vMB 31
586,271 586,271 00000000000000000004b910737ce2c99902ab65252e274a60b36abdf5707f26 2,921 0.86/1.00 vMB 30
586,270 586,270 0000000000000000001995ae69cb8a378e2750f1ab4fbd6b673f432d0d3a5e8c 487 0.16/1.00 vMB 39
586,269 586,269 0000000000000000001596a637dae24f623b574b59897b8de497a09040b3b187 1,477 0.53/1.00 vMB 25
586,268 586,268 000000000000000000187dd99f2d1f806f2c9d6273decd4a32d8f674c701dc13 1,115 0.34/1.00 vMB 25
586,267 586,267 0000000000000000000cb5576b7d5ef790e269c65d5f1ca2c91060977b9e013c 327 0.10/1.00 vMB 34
586,266 586,266 0000000000000000000380d84699ced47a663198ffc7cee719776f2620cce4b8 754 0.36/1.00 vMB 18
586,265 586,265 0000000000000000000af5e7efba65cbf2ed79df36105f44a7aad3df10817353 1,821 0.62/1.00 vMB 27
586,264 586,264 00000000000000000019ad1f1b5301c31d332b8ade2fd6e8123cc25fbf355c92 2,235 0.66/1.00 vMB 8
586,263 586,263 00000000000000000012fb242c1b28f797af8c3fa5ea1a337a16bdefe5b024a4 2,245 1.00/1.00 vMB 37
586,262 586,262 00000000000000000001c444ec5005b8ed380e983ebbeac9d71881f5b7905dbf 3,083 1.00/1.00 vMB 44
586,261 586,261 0000000000000000000d0bc22a4238d6ce7c4e2f13b7bacc437f755ec6c24568 2,890 1.00/1.00 vMB 29
586,260 586,260 0000000000000000000cfe05fc261080dd72a0fb9c9edfaf2638fc1a6e6c5f77 1,861 1.00/1.00 vMB 62
586,259 586,259 000000000000000000020f9fa2215ed044050a8a987cb2498fbf9b2b2657a647 2,509 0.88/1.00 vMB 13
586,258 586,258 0000000000000000000970dac175d70b867a04778ce1ab0385f7151cc29bb716 2,293 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.