Loading Tool

Explorer IconExplorer

Memory Pool

17,309 transactions
7.93 vMB
0.02333360 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.43/200 MB

Candidate Block

Mining Attempt b2f037366f6ecc32f8ab4f4173346b6301db2578f3f4e001081cc925261723e0
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 00975cf5ee2964ca26ea187688da97a4c54f8b8ad6fb0536c71e14ce01bf7912
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,821
Size: 1.00 vMB
Total Fees: 0.00686313 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (654,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,119 259,119 00000000000000088b832f17c31073dfd86e7baa4d9f8ce3903f884f401a3408 280 0.19 vMB 49
259,118 259,118 000000000000001f3820bb4e0f1a61bd2d56ddd075e7c4b5ec041ef0b31a4dd5 386 0.19 vMB 104
259,117 259,117 00000000000000053bd4ad7277006eb30a73dddb1fe179706b4a3f5aaca66dd3 171 0.07 vMB 94
259,116 259,116 000000000000001be1399956fb451f5714c4c8873e73d56ec16adbe2c18120d3 58 0.02 vMB 79
259,115 259,115 000000000000000ca71824e58d29fabc486ac4b824e8551b724e1b0abc3261e2 526 0.24 vMB 81
259,114 259,114 0000000000000024e7a4cde8e369beea5386d10e8002d768093fbf1f8e03103b 43 0.02 vMB 71
259,113 259,113 000000000000000a1ad4c2f660832308a13a7b3813a7ff1f0e12bc14fa622645 10 0.00 vMB 110
259,112 259,112 000000000000001276e778319fb8930da33ddafda8cdaa0289eef14550fe1528 162 0.07 vMB 100
259,111 259,111 000000000000000b528ea093dba6766fbbc988c087c915bb1da05e846f7f92e1 134 0.05 vMB 80
259,110 259,110 000000000000001bf3a8c8487a86a4b9845ee66efc5796c393e2deb21cff6ec2 128 0.06 vMB 106
259,109 259,109 0000000000000000ffaf280dd3db335dc105c4b6fcb28444ba3bf10000374779 406 0.18 vMB 90
259,108 259,108 0000000000000020a734a3da6f36700f823198f00c96579d8516df1159927346 189 0.07 vMB 115
259,107 259,107 000000000000000efb2025d5329b671892b13a2b5725168eb88a645c22a84930 653 0.36 vMB 77
259,106 259,106 0000000000000013a910cf834decc2192bbcaafcd1c0b03bd3bca062dda642b5 372 0.19 vMB 81
259,105 259,105 000000000000000224f1e48eb30443d07356c26c25380818d39e2063f1487b29 417 0.17 vMB 128
259,104 259,104 00000000000000057c4e16042e14d67ba63c15ba52205e9e014a4de88e6d9ce5 430 0.21 vMB 95
259,103 259,103 0000000000000013a7cb3b5ceb9c63c802f3c18bd6060cf2cc209c498dc7c6e0 146 0.06 vMB 67
259,102 259,102 00000000000000070e5c510bd3efd6f132feb64af48db17bf23479f117a58d45 386 0.23 vMB 63
259,101 259,101 00000000000000226f639d1b9ec2fc11fb224140dc88a4b416e6fd2f3c878ccd 77 0.04 vMB 71
259,100 259,100 0000000000000012029f15693dbf5f7595fd8a426a59b9d93906ac2281e15480 147 0.07 vMB 91
259,099 259,099 0000000000000000d28bd78c3dfa3548372ed8fbd8d92498c494cf79da3f707a 237 0.10 vMB 89
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 246.19 GB
    • Received: 0.93 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.