Loading Tool

Explorer IconExplorer

Memory Pool

78,235 transactions
29.24 vMB
0.07432157 BTC
Random Selection Loading Transactions
Max Size: 179.25/200 MB

Candidate Block

Mining Attempt 918a2775ca88a769cb239ee66dcb11d36e625e1e92d9064236d82500674de9b1
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root e9d227d8ef619e97c8cf3976b90de35957fc8d4a487c0dc6f3889e3efc9b2c43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,744
Size: 1.00 vMB
Total Fees: 0.01019751 BTC
Feerates: 100.36 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (273,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,311 641,311 00000000000000000007f095af6667da606d2d060f3a02a9c6a1e6a2ef9fc4e9 2,738 1.00/1.00 vMB 139
641,310 641,310 0000000000000000000eec2a5431e9d49f2c34d6faff9a11d5526ef55b8da374 2,501 1.00/1.00 vMB 90
641,309 641,309 0000000000000000000a2304cbb50ec4d17d1efd1cf0c561e7077b9a20401440 1,428 1.00/1.00 vMB 23
641,308 641,308 0000000000000000000bd43b6f8b357d344f14328cdcccf40c07a2cdb77fd7c9 2,495 1.00/1.00 vMB 67
641,307 641,307 00000000000000000006d4fdd0fb8238721dd2ce30fa07e0faf19148d8c40c7d 2,387 1.00/1.00 vMB 111
641,306 641,306 0000000000000000000c21683f3d8509ba7814e6fc6ece791c6e191d23393e5e 2,408 1.00/1.00 vMB 74
641,305 641,305 000000000000000000037f347a3ae26ad4c555f6428d166c664ec2b2be9d04dd 1,821 1.00/1.00 vMB 97
641,304 641,304 0000000000000000000cbca32cb414562a2b1e23b9d56496eb23bd3753fca143 2,270 1.00/1.00 vMB 155
641,303 641,303 0000000000000000000a55aab357c558da725d247cedef2cb5cc39b13258ab62 2,114 1.00/1.00 vMB 140
641,302 641,302 00000000000000000008dc01e2ee090156e00b896b6a3f9a3d522618ed1e2089 2,198 1.00/1.00 vMB 114
641,301 641,301 000000000000000000046df24a697bedf6163dbf15651c3e19059a77019b584a 1,953 1.00/1.00 vMB 25
641,300 641,300 00000000000000000006ef0663fcd7df4d9189c322ca4d449b2c44ae921c3a99 1,916 1.00/1.00 vMB 31
641,299 641,299 00000000000000000001d280f871e4790a3fca49a63e9a336b2b34ba4814ef59 1,991 1.00/1.00 vMB 33
641,298 641,298 00000000000000000005b983e57a3b5bc208d0c2fe591e921be8694ec54c65da 1,961 1.00/1.00 vMB 45
641,297 641,297 0000000000000000001070cc02b4fea440525961ef1fcf5ee7d0b362d79f31d8 2,865 1.00/1.00 vMB 150
641,296 641,296 0000000000000000000d037ac056929fc373707d11a76ffe5799682a77293082 1,730 1.00/1.00 vMB 42
641,295 641,295 000000000000000000020d2fd1bdda69214b9bd6f28c604a2ec29a83cc4c3d76 1,657 1.00/1.00 vMB 37
641,294 641,294 000000000000000000023e7fe9a4959f1f0e15e220a0efe3213231dc9af9398f 1,702 1.00/1.00 vMB 65
641,293 641,293 0000000000000000000446246d3769b0210ef957fbd842b670fd48a8159ab218 2,875 1.00/1.00 vMB 167
641,292 641,292 000000000000000000010bd3ee69c7685968a9d363479259411963bffaae9ffc 2,239 1.00/1.00 vMB 115
641,291 641,291 0000000000000000000a42058f24445dfee15801771a6372649fcf7437f6896a 2,307 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.80 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: 710.06 GB
    • Received: 17.02 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.