Loading Tool

Explorer IconExplorer

Memory Pool

79,080 transactions
29.27 vMB
0.12251805 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 94792888959169e5362dd97a2a3e134eede185492d03f21afa477cab860a3df3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (214,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,336 700,336 0000000000000000000f2be0611771754b75aebc3dfd39b3b44535d16904bc74 2,556 1.00/1.00 vMB 13
700,335 700,335 00000000000000000000f12ced57ea2e496dc3026138f23f0b7433e86baf927f 2,397 1.00/1.00 vMB 18
700,334 700,334 00000000000000000007f463033f9fb91137068bd2c2c21765de727ecf3f9885 2,652 1.00/1.00 vMB 55
700,333 700,333 0000000000000000000114b1ea71bb2c6fce0a129a6290494de1e2b16e9a5137 1,218 0.42/1.00 vMB 7
700,332 700,332 000000000000000000047c374fce2be21cff8924a96de5f8075505aac8752957 2,388 1.00/1.00 vMB 14
700,331 700,331 00000000000000000005a750565d29758b47969e0f334394bb485920751ffa06 91 0.03/1.00 vMB 39
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.