Loading Tool

Explorer IconExplorer

Memory Pool

86,154 transactions
31.52 vMB
0.08184400 BTC
Random Selection Loading Transactions
Max Size: 193.86/200 MB

Candidate Block

Mining Attempt 9e298e6fd7f588bf9dc77f777719cf738c8b834d6f7484d65d68062ba6e428ab
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root aae226e9c14427b332a39d8d9a59365aa823acb4b2ac1610b7f6f969650f86cf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.01021091 BTC
Feerates: 60.10 > 1.02 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (390,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,328 525,328 000000000000000000225f27fead8d1ffd08eeba8ecb717747c7efe28fc3769c 131 0.04/1.00 vMB 16
525,327 525,327 00000000000000000025930aa695135cc1dc536ff3f1f062fd023fc14b4dec65 984 0.43/1.00 vMB 28
525,326 525,326 00000000000000000008f0a1a829ce5192d4e01dc1aaf8f1052ad68891b70eee 1,328 0.39/1.00 vMB 8
525,325 525,325 0000000000000000003750e8d07d789b3c6cd4ccde63ef31d51f212a0b9f8810 998 0.47/1.00 vMB 48
525,324 525,324 00000000000000000025df2f960d5b97c0f6adcd138f1fc8043d60cb63534412 2,729 1.00/1.00 vMB 18
525,323 525,323 000000000000000000140f38fa5771dedfa595dab804eaf12363a0c72c084016 2,061 1.00/1.00 vMB 12
525,322 525,322 0000000000000000000d47b98d26898b72d54ec845f0ca7e54fc3c7cb70e9cfe 2,246 1.00/1.00 vMB 9
525,321 525,321 0000000000000000002df1c23c5789da0aedc5bdecf066e97230d7074dd27d51 2,137 1.00/1.00 vMB 20
525,320 525,320 00000000000000000028641ff5e8c0d44706353066bbdce36e839ecf9510cd14 2,399 1.00/1.00 vMB 52
525,319 525,319 00000000000000000012a25fafba06708c19af25f1e650375265b06d2fd417bc 2,770 1.00/1.00 vMB 9
525,318 525,318 00000000000000000013b63abfc0611012f048cc2cc8481e5a735648399eb4b8 1,976 1.00/1.00 vMB 41
525,317 525,317 0000000000000000003d961abadc3bf6834f4bf5b4e6fef86a89806594b0f27b 1,863 0.66/1.00 vMB 23
525,316 525,316 0000000000000000002773d90b46d7a4a3016c11d180e551512a38185586fd17 2,052 0.77/1.00 vMB 16
525,315 525,315 0000000000000000001210a19373672af4d07f31e628af4e44687dc4a1e9d934 259 0.13/1.00 vMB 35
525,314 525,314 00000000000000000017daa9e7e374939034b12599ae21d1a800e8f33093ef84 1,350 0.50/1.00 vMB 20
525,313 525,313 0000000000000000003d71c8e7a3f2ea9d4e720790c1e173f885948258de5e22 730 0.28/1.00 vMB 21
525,312 525,312 000000000000000000235a4a8cbc21647fac1536f3b8a8c0f4253b0d7ede08e1 875 0.38/1.00 vMB 17
525,311 525,311 0000000000000000001b4eabe77e0cabb0c3f0878c49cb2baba18e9d24ff685e 2,285 0.99/1.00 vMB 23
525,310 525,310 0000000000000000000a1c168642477c778ef7c4465e3112551c701bd381438b 1,200 0.60/1.00 vMB 16
525,309 525,309 0000000000000000002bedfa0dde48d1974cefa4470d4670a8b5dfe18ec7c85e 1,866 1.00/1.00 vMB 9
525,308 525,308 00000000000000000012cc829a62631fb287afed1337679310798828829f3f9a 2,339 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.99 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: 717.16 GB
    • Received: 17.83 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.