Loading Tool

Explorer IconExplorer

Memory Pool

41,309 transactions
31.54 vMB
0.08552838 BTC
Random Selection Loading Transactions
Max Size: 158.12/200 MB

Candidate Block

Mining Attempt 7151ae0a839ca80837e5ab3498de3892c64908f8208e6f89a5d996303e9c4116
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 7fbd39d370eac17b11233bc5499dada526f858cf0b4a1d70f559c617bdbddfea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.02062675 BTC
Feerates: 101.13 > 2.07 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (443,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,145 471,145 0000000000000000012964494685187bf28d5f457932703e6780af3d50e4d220 2,273 1.00/1.00 vMB 505
471,144 471,144 00000000000000000010bcfc37079847e7d7e81157608a09fa14264edddb7479 1,354 1.00/1.00 vMB 358
471,143 471,143 00000000000000000028c97ce5e2085f34b2a470511cf2771d5bb2b8b39d2311 2,387 1.00/1.00 vMB 449
471,142 471,142 00000000000000000192c74d3f85c41d0932ddc5bf9cee18d0a9b90c88561223 2,700 1.00/1.00 vMB 422
471,141 471,141 000000000000000000f89d49f83a55c55cb74f1bc6c00773ce49aac415308738 2,381 1.00/1.00 vMB 307
471,140 471,140 00000000000000000131e3bb3a3963f1c5767a28d0f0d1aade9bd881dbe986f8 2,589 1.00/1.00 vMB 407
471,139 471,139 0000000000000000004e8c09e00ca25659877c5993f465bb5dc7bf82113b4d18 1,721 1.00/1.00 vMB 400
471,138 471,138 00000000000000000022cf55ae308e995affb450d9bda79e181e38de03df5b1f 2,384 1.00/1.00 vMB 472
471,137 471,137 0000000000000000005f8ac5d2bab519bddfa5e70f5635d81edd036aff25e80a 2,413 1.00/1.00 vMB 234
471,136 471,136 00000000000000000050c7145621f3cecdbce9f8293bcaebff17bf1719951822 2,541 1.00/1.00 vMB 357
471,135 471,135 000000000000000000fa65bbadf23ed887f4ef26e5aa2e9acdab4c7cc3c80e06 2,713 1.00/1.00 vMB 224
471,134 471,134 00000000000000000175752a7c3326278681c3d4ec14f61c0800bae1562ccdd6 2,527 1.00/1.00 vMB 314
471,133 471,133 00000000000000000147cdeb83b7d47751ae0e2e1c3871ed73dad25ec72ea36b 2,552 1.00/1.00 vMB 248
471,132 471,132 000000000000000000a3a0759806b621f0fdcff38f4abe746806bf5f5b14dd46 1,736 1.00/1.00 vMB 311
471,131 471,131 000000000000000000eceafa4a607ab7104843d2dcdb4348811254048923fad0 1,560 1.00/1.00 vMB 464
471,130 471,130 000000000000000000fc28675079b2e4a4752ca5d0901eecaf45dece997d80a1 2,196 0.99/1.00 vMB 318
471,129 471,129 0000000000000000001eb07ed14d5698189760f759997bf4ec5d06e9fb6bab3c 2,051 0.99/1.00 vMB 273
471,128 471,128 000000000000000000c7267ebd357c820bd80756090aec7f1a1821e5770c1273 560 0.33/1.00 vMB 367
471,127 471,127 0000000000000000019bafcc458bc97c440114190aaa320775eaa84aeffd6e4a 1,838 1.00/1.00 vMB 455
471,126 471,126 000000000000000000e4f63b84ff1195a0c15e4f675ae045ff4e47cca1e912d7 2,163 0.99/1.00 vMB 372
471,125 471,125 000000000000000000aba9ebc670b88558a809976ef26c7c741b1d018abcfcdb 1,999 1.00/1.00 vMB 293
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.46 GB
    • Received: 11.59 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.