Loading Tool

Explorer IconExplorer

Memory Pool

83,700 transactions
31.68 vMB
0.10120637 BTC
Random Selection Loading Transactions
Max Size: 192.16/200 MB

Candidate Block

Mining Attempt 59a70ce717397726af7d46ede6aa783f53e69d22bf41f27140746b5007e80a37
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root a6e398e9f3fe42df00ca3f9e1bf5b370113b2473e8181b79ec564cd584880c18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,848
Size: 1.00 vMB
Total Fees: 0.03192818 BTC
Feerates: 100.69 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (506,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,728 408,728 000000000000000002075d73f38ef942af44f1dce00ac62096f170626c40a252 2,164 0.99/1.00 vMB 34
408,727 408,727 000000000000000005fdfb5a26038c4fd1e8c24c13d51d3a677b795d06485603 1,536 0.89/1.00 vMB 34
408,726 408,726 0000000000000000058ed56401a1aeafc14aba59f39481b6594fa0afd8f5a850 1,066 0.99/1.00 vMB 17
408,725 408,725 000000000000000000f5c3a1382793067fa70477f949320eed3c8bff5a75e826 2,082 1.00/1.00 vMB 38
408,724 408,724 0000000000000000053203ac50d9746d9c03f30706f4324876c6a40b9d714635 2,666 1.00/1.00 vMB 45
408,723 408,723 000000000000000001c4bf2615e5e67da7007a9ebb828697aff66ed6d57e6c5c 1,043 0.99/1.00 vMB 24
408,722 408,722 0000000000000000054207427e641247a58fe81bd28362318b06d6ddfddad5a3 2,586 1.00/1.00 vMB 47
408,721 408,721 000000000000000000cd74eda8ce1aa01221cb9c1ee7c4c6763250e13f9828f8 2,417 0.92/1.00 vMB 45
408,720 408,720 000000000000000003d687c4f4e88b7ab642991fc9c2174aa1401477c3b865f9 2,118 0.99/1.00 vMB 25
408,719 408,719 000000000000000005f1e8b8db990be5ecb370354c87d8974dcd4c46d336020d 3,385 1.00/1.00 vMB 57
408,718 408,718 00000000000000000368c20a1e05dd4175f95f7ae125642c49266a6585a2684e 1,299 0.73/1.00 vMB 32
408,717 408,717 000000000000000001273b470feed1a49e6dafc4f58a2ae221759ccc9f75937d 181 0.15/1.00 vMB 16
408,716 408,716 0000000000000000022990cc0154e1f09817851072e5bcd30539af83a29c48c8 1,565 0.68/1.00 vMB 33
408,715 408,715 000000000000000000a968bc4c3fb7f5e62098fe782cd2c88c8f455653e518cc 2,005 0.96/1.00 vMB 35
408,714 408,714 0000000000000000017804564b29572b5672fb4a9c7d4c166de7b8e5f6042cfb 1,155 0.58/1.00 vMB 29
408,713 408,713 000000000000000005afdfbd4bca2b5da2b2de09ec608328ca38c7062637f22d 1,902 1.00/1.00 vMB 33
408,712 408,712 00000000000000000180e45d108a687821ff1fb2c3085d872fdec4687c436574 1,447 0.79/1.00 vMB 30
408,711 408,711 0000000000000000020caae11a97a6d1a7c8b09273c27b83c3aabaff6116f211 710 0.35/1.00 vMB 33
408,710 408,710 0000000000000000057bd01c961fa5bce3d5772599b10665f064639f40983d79 1,137 0.94/1.00 vMB 21
408,709 408,709 00000000000000000168dc8e3d5883acef80da794961f0038bdb4ae4cb06e4e5 2,609 0.99/1.00 vMB 42
408,708 408,708 0000000000000000057288eb966b7bd0453e567b39670f85a39b730589f572ed 1,481 0.80/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.72 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: 702.95 GB
    • Received: 16.63 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.