Loading Tool

Explorer IconExplorer

Memory Pool

78,264 transactions
29.04 vMB
0.11393017 BTC
Random Selection Loading Transactions
Max Size: 175.22/200 MB

Candidate Block

Mining Attempt b1b4d8ac0f1d59492bd76445bb9b40b8b1f87f576a472f6a36539f88f2ac7570
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f05520dd73667eaedf989472351ad07b221ff5597278552de457abf20e8e04ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.04029383 BTC
Feerates: 150.80 > 4.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (420,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,722 494,722 000000000000000000ba24b24f012b2486e4fa260187e0a0f4cdb3013f6d5c2c 1,405 1.00/1.00 vMB 151
494,721 494,721 00000000000000000074a332694d43debee618d768d320eadfc7cf1375e0b77b 1,498 1.00/1.00 vMB 376
494,720 494,720 0000000000000000006a4448e1c8a326923420c58637696d7760f00f698a3907 1,554 1.00/1.00 vMB 392
494,719 494,719 000000000000000000af7f7b94f2bc55382c18946b9aec7f6e82b7e84b153aa2 1,881 1.00/1.00 vMB 600
494,718 494,718 0000000000000000008aed4aaea12ab1ccd25e142a40b76f0c9c9dc9ee4ef284 1,869 1.00/1.00 vMB 329
494,717 494,717 00000000000000000029dfa98c5cf11c0fbeb2ef413e6996cb2dd98629cb5ad9 2,049 1.00/1.00 vMB 536
494,716 494,716 00000000000000000070207e78012a6807747be186d6d85689ba56023db32584 1,353 1.00/1.00 vMB 86
494,715 494,715 0000000000000000002c9f35ba2d705596204a2a27d2f2a88fcaebaf0199876a 1,468 1.00/1.00 vMB 164
494,714 494,714 000000000000000000121deed536ba129683b5db028ed862901ba05f864d65d8 2,120 1.00/1.00 vMB 228
494,713 494,713 00000000000000000066ce6b79ae21b875812acdca66e8b66f633d4a372e963c 1,717 1.00/1.00 vMB 97
494,712 494,712 0000000000000000005751c4b72cb9a191b5d6b23c02cbee41bead5bb2832cfb 1,471 1.00/1.00 vMB 128
494,711 494,711 000000000000000000c152984101c8405bf0596f7928e0f30dff7483a3f53e6e 1,640 1.00/1.00 vMB 110
494,710 494,710 0000000000000000001a59eb5601a79e2558b394b3c52f81bd6de1b15e81c578 1,593 1.00/1.00 vMB 42
494,709 494,709 0000000000000000002d52072dbb975a0fd58aece42bacaf424179b937bb2f6c 1,833 1.00/1.00 vMB 161
494,708 494,708 0000000000000000006d3c8d25b0120d94de60540abd339e64a341168076cf69 927 1.00/1.00 vMB 78
494,707 494,707 000000000000000000c458c6ed4b2d01d8f14c86368168560d700e75cf818ee5 2,036 1.00/1.00 vMB 179
494,706 494,706 000000000000000000385c2f162c5e4677b6a45d6ad8bfd06f9a974c8e1ebd5c 1,881 1.00/1.00 vMB 171
494,705 494,705 0000000000000000004c66d753a454d3a9315cabdb184f3264d5e5f956959a1c 1,878 1.00/1.00 vMB 282
494,704 494,704 00000000000000000069c99fcf6351ded864e00f093fb58017d4fdbf631c71c7 2,058 1.00/1.00 vMB 247
494,703 494,703 00000000000000000040e18ab522a0b7d52cc5feaba8c553c424f27ba117a4af 1,754 1.00/1.00 vMB 98
494,702 494,702 00000000000000000018e60d59da0a9dbc480bb82c7aa7ee2fd3d691af6db77a 2,388 1.00/1.00 vMB 252
Previous 10 blocks ↓
Total Size: 782.85 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: 712.75 GB
    • Received: 17.21 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.