Loading Tool

Explorer IconExplorer

Memory Pool

76,238 transactions
28.25 vMB
0.09185394 BTC
Random Selection Loading Transactions
Max Size: 171.46/200 MB

Candidate Block

Mining Attempt e1f8eb52f988b5c07c49f67c143264ed19cf2724d6f5579431abddfbd65adff2
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 33af02462a6e52a6184c72f2545bd66c900b5c411af7a959a0ab3563a8a55562
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.02996251 BTC
Feerates: 402.60 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (383,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,339 531,339 000000000000000000033767c9f2956f5c274974ed4984b7795370d65cd3029f 736 1.00/1.00 vMB 5
531,338 531,338 000000000000000000033bbab02fd0c70bc24f38ca8b53ed631594f9adb15c52 390 0.15/1.00 vMB 39
531,337 531,337 000000000000000000280a39649fc8a54993e0357867c993b81b2a4859357852 2,314 1.00/1.00 vMB 8
531,336 531,336 00000000000000000007c354ee2d0370b4253037c0ab3a21a5cb61beb9d71902 3,020 1.00/1.00 vMB 9
531,335 531,335 00000000000000000030c56c32a56d3d1f28bcbccad0e9edc597ad8c18e47115 2,316 1.00/1.00 vMB 22
531,334 531,334 0000000000000000003434a12b7cc56555f718e9a8868a5771af8fcb3ab12420 2,631 1.00/1.00 vMB 14
531,333 531,333 00000000000000000020e2c3d1f83223fb426948a2149d7c7e68f4850d4ba4b1 1,820 1.00/1.00 vMB 15
531,332 531,332 000000000000000000335cbf55f399fb082a70f4d21d0f6f202e6acf04d3d317 1,832 1.00/1.00 vMB 48
531,331 531,331 00000000000000000012011debf3e96c2dc88926f968f377a8eaffaa39dc3849 1,097 1.00/1.00 vMB 56
531,330 531,330 0000000000000000001ad8a5e3445f89001536d958b37ca3aca4a06b091be11e 981 1.00/1.00 vMB 65
531,329 531,329 00000000000000000003ea7a25e814ac40ff2dcc612a0f812e18bb29d32e6a23 2,553 1.00/1.00 vMB 31
531,328 531,328 00000000000000000020f33b45e56f153c516320dc734d5cb03b6ea801a0a655 2,792 1.00/1.00 vMB 34
531,327 531,327 0000000000000000001117187152be3ec305b2e8031e8fd4b681b74baff128ff 1,743 1.00/1.00 vMB 20
531,326 531,326 0000000000000000001a46090acd61b39ac82a8958b76ff5f5eecaf7368e8395 180 1.00/1.00 vMB 3
531,325 531,325 00000000000000000011558495d05f13d8eb49d964d3f1733458dc83961297aa 644 1.00/1.00 vMB 6
531,324 531,324 0000000000000000001b595b495b8aafba0c4e096c89ad3093b7d51a92313192 1,202 1.00/1.00 vMB 18
531,323 531,323 0000000000000000001442140b6346a7ad53bfcd57d93648ca279b87ee559d93 1,713 1.00/1.00 vMB 14
531,322 531,322 0000000000000000001677123dea6b07e6c0478011cb8125d4f4d08bfd3182ad 2,418 1.00/1.00 vMB 18
531,321 531,321 0000000000000000000bf9d77878d415f548fd33d82b0db1fcf72cce6d37d5e6 2,984 1.00/1.00 vMB 13
531,320 531,320 0000000000000000002c61fd57b386b66a3d14fcf69156a129f26f7419d22e9b 2,725 1.00/1.00 vMB 38
531,319 531,319 0000000000000000003289144c518d222c1b1a11a9cb8b87fbb32318c3c57d10 2,349 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.