Loading Tool

Explorer IconExplorer

Memory Pool

83,533 transactions
31.72 vMB
0.12908994 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt cfe4d20777d122f395d6190d53e01510f8ea7b731f7df3069334b14799d62bf6
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 59b070ae9373ba2608b490c1020e67be823c4f366cf463567aacf8a160bcc007
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.04366061 BTC
Feerates: 803.65 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (433,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,343 482,343 0000000000000000002c95765c6979cf42c01e1f69e1b11b96de15a9bdd78eb2 2,034 1.00/1.00 vMB 288
482,342 482,342 0000000000000000002221cbd62e75ece46be371d178694a263244dfb15686ea 2,131 1.00/1.00 vMB 450
482,341 482,341 00000000000000000092d4537f04767bbf3c9b679bbe59777f7431851f7f39d4 2,191 1.00/1.00 vMB 326
482,340 482,340 00000000000000000016da9d4eb64e842fb0b83e2eed963553a3378a63c80c6a 1,981 1.00/1.00 vMB 362
482,339 482,339 000000000000000000a50f303c8d96b906682a0da4124a8dc77c4da09e8fc52e 2,254 1.00/1.00 vMB 390
482,338 482,338 00000000000000000082be1e263fdb7bc33287315d8378728780559e2a950e3d 2,014 1.00/1.00 vMB 456
482,337 482,337 0000000000000000000b20e5fa459587766cb23a0c7d1bb253bea56c983a89fc 1,508 1.00/1.00 vMB 166
482,336 482,336 000000000000000000e2ca23aaa6849537eba9e5d0955b971e66d6ce94f51f63 1,566 1.00/1.00 vMB 297
482,335 482,335 0000000000000000007873375305165b37df172b09d3ba339021a3a284f9cf14 1,978 1.00/1.00 vMB 277
482,334 482,334 000000000000000000f57db4e096a159a3a0218494730ee601a76b314b9a39d0 1,890 1.00/1.00 vMB 456
482,333 482,333 00000000000000000099931f05a6ef98d4e5de0aba96c2be9729663e9375a6ea 1,879 1.00/1.00 vMB 350
482,332 482,332 0000000000000000006e26cd575ff3b3a9bbbebeceb3dfd33f0a02e9de011f2f 2,271 1.00/1.00 vMB 469
482,331 482,331 00000000000000000106717524470f5699024cbcbf03cd03ed5f0c5778c7be43 1,987 1.00/1.00 vMB 460
482,330 482,330 0000000000000000002ff3ccbef57951d2164ab7bc9b9649671e3e1fc1525141 2,095 1.00/1.00 vMB 89
482,329 482,329 000000000000000000d554d133b7ba4135e2665bf994abe0274610e66f95f03c 1,392 1.00/1.00 vMB 198
482,328 482,328 0000000000000000007414b7ecf4ffc65ad6de336a066ba452168272652a5e76 2,306 1.00/1.00 vMB 404
482,327 482,327 000000000000000000f7ab181178dfc83ee4d801f96175cec05a924bbfb64819 1,414 1.00/1.00 vMB 177
482,326 482,326 000000000000000000255c5cd3e2d9d7deb07fe0a4dbe726edb8cea54fee3f00 1,735 1.00/1.00 vMB 115
482,325 482,325 000000000000000000e54bb4c698527fe680f690b1ddb3d1728a234a8bc2df4e 2,016 1.00/1.00 vMB 165
482,324 482,324 000000000000000000edf0f210ba51264ec025bec406f70324d9e4c408b07a76 1,955 1.00/1.00 vMB 415
482,323 482,323 0000000000000000001e431db4d2853f1387d51b52d84c9051e2de7009cece0e 1,935 1.00/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 783.00 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: 718.69 GB
    • Received: 17.94 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.