Loading Tool

Explorer IconExplorer

Memory Pool

72,235 transactions
27.94 vMB
0.06489149 BTC
Random Selection Loading Transactions
Max Size: 165.47/200 MB

Candidate Block

Mining Attempt ff02d880f0bcfe6299b19a5a91ff3089e508e9efd64469ffee587d86dea6512a
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 75f93e2b304d87d85545450895aba47ac868b554bf6bd339125442599018762d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,097
Size: 1.00 vMB
Total Fees: 0.00911021 BTC
Feerates: 73.20 > 0.91 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (479,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,260 435,260 0000000000000000034b14f95eb3b7d03b66a0e2442f6ec9a81df26c3c350d5a 2,690 1.00/1.00 vMB 63
435,259 435,259 0000000000000000012f7b99099d2fea3844054320f7e8c0bbcfbedbe0900a4d 2,319 1.00/1.00 vMB 60
435,258 435,258 00000000000000000205e89865307156f163ba4ef2f7c68f0d02a9283be1c0af 2,093 1.00/1.00 vMB 99
435,257 435,257 0000000000000000019c88d9a14a0bda1e5181c356d9a69fe2f44724e3b1114a 2,393 1.00/1.00 vMB 64
435,256 435,256 00000000000000000099c5f7f10d44ad31b9b29f3cbe88431110ca7c1caea95c 2,557 1.00/1.00 vMB 70
435,255 435,255 000000000000000002cdd84d7cfe24f748bc48982e60311416108b2ca6d9c381 2,397 1.00/1.00 vMB 71
435,254 435,254 00000000000000000367ae2adacacccd1247196031a01d7de5d8a4a0571ffd77 315 1.00/1.00 vMB 7
435,253 435,253 0000000000000000021911af9662ed5a3265388a66fa6353debd33396043c411 1,165 0.60/1.00 vMB 57
435,252 435,252 000000000000000003882f4015d43be5e0fff1fab8686030a5411ec10cf604e2 843 0.42/1.00 vMB 49
435,251 435,251 000000000000000002420c668c07190a0ccd2b95893020220b61e3204127f18c 1,133 0.67/1.00 vMB 31
435,250 435,250 0000000000000000035364574375c5ca2a95d47a90e204a73a7c3714bd7fe0ed 2,210 1.00/1.00 vMB 60
435,249 435,249 00000000000000000323e552f15a7674df7abbd26454cbf48b7acb34505cc0c6 2,741 1.00/1.00 vMB 65
435,248 435,248 0000000000000000000c56821498d497ee6a4d118d5ae9d9d143a9f8320e1b31 2,595 1.00/1.00 vMB 79
435,247 435,247 0000000000000000036ecb0124b6bffe22b0d1144cf33c21b347676cb7cd008a 2,681 1.00/1.00 vMB 68
435,246 435,246 00000000000000000325a9b10b0ee82055f017c54c554faed60a460b65ba9a42 2,794 1.00/1.00 vMB 72
435,245 435,245 00000000000000000080f48857229ae601d1593c32b57887609c8c5b6eb9dd24 2,418 1.00/1.00 vMB 70
435,244 435,244 00000000000000000223ec7f5e5b2952996edd2acfa154901134f28bf33560fe 1,269 0.99/1.00 vMB 35
435,243 435,243 000000000000000003cb38f8831aad638cce41d3225ad181f7fcb89b3063db4d 536 0.98/1.00 vMB 15
435,242 435,242 000000000000000000087fe7b88747eb325c80fe8f08c42bc6ccbc4e76c1dbe3 1,992 1.00/1.00 vMB 47
435,241 435,241 000000000000000003c7e7f96574709a4aa818e3aaba30505e0f0da91e923e74 2,680 1.00/1.00 vMB 79
435,240 435,240 0000000000000000028503284bc4760321f7ec0fe10bb5844a4c47c8079fbf64 417 0.98/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.