Loading Tool

Explorer IconExplorer

Memory Pool

77,622 transactions
28.56 vMB
0.09807781 BTC
Random Selection Loading Transactions
Max Size: 173.62/200 MB

Candidate Block

Mining Attempt cc01947d23f492554c0463ca2aa3a0cadd256ee48d2e2c409e014d38b94d27a4
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root c7516946fae71fb15113d966317bd2e979f2438f42a55b6bfa67b619bbf0a559
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03296108 BTC
Feerates: 201.07 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (70,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,465 844,465 00000000000000000003216716d7c4545638639bd07db41a7e62c6deaf137788 4,729 1.00/1.00 vMB 19
844,464 844,464 000000000000000000024b879ee83160e01eac6cf401d1f33a1e5f890d5f249a 4,032 1.00/1.00 vMB 12
844,463 844,463 00000000000000000000771a379f69207cc5dc34a6d385633cbb4374400af596 2,916 1.00/1.00 vMB 16
844,462 844,462 00000000000000000001876d1ea261aa8880b87345e99f7e9c0b9fbe1fea2f1b 2,078 1.00/1.00 vMB 13
844,461 844,461 00000000000000000000ac7d200b9f7711c615851d816a12aade063f2f3035bb 2,654 1.00/1.00 vMB 21
844,460 844,460 0000000000000000000261a9d37fde101f3ba1b986681fb15c00ab36055f3e5a 4,002 1.00/1.00 vMB 19
844,459 844,459 0000000000000000000186680578384a4f05251d366e27de6f70b2164ec93da6 2,945 1.00/1.00 vMB 22
844,458 844,458 0000000000000000000361fc0a260245e29c1c707b2bf18dd553f0a95e76a359 3,359 1.00/1.00 vMB 35
844,457 844,457 00000000000000000000b76187f47b7cab494a56779eab7e941c1109832e795f 2,226 1.00/1.00 vMB 27
844,456 844,456 00000000000000000002a0b0721a94c3aeff814ccf5e85bc902b37819b5c3696 462 1.00/1.00 vMB 25
844,455 844,455 00000000000000000002c692e6f3977c8e739d3783d16f6c82395d35ef9f4d22 1,909 1.00/1.00 vMB 37
844,454 844,454 00000000000000000000d4f1d3cd3432b843f6a02dc6c95a92d1f74c0677129a 1,853 1.00/1.00 vMB 37
844,453 844,453 00000000000000000002fce7a657d75c48454774d9494fbbf3ce091ccc4261a7 2,593 1.00/1.00 vMB 57
844,452 844,452 00000000000000000000a7b031c4ad0d2a4756a94a38a8baae5696c6dd5b86d3 3,914 1.00/1.00 vMB 41
844,451 844,451 000000000000000000007a7043dd2fe4d3ebe3674f3aa41305da3eb45e0836f2 3,562 1.00/1.00 vMB 81
844,450 844,450 0000000000000000000291307b565c7b133086dcd625709a8ac58cabb16e6e9d 4,956 1.00/1.00 vMB 80
844,449 844,449 0000000000000000000091577be0d25ffdf5c14a435d0f529061c11a73464055 4,974 1.00/1.00 vMB 118
844,448 844,448 000000000000000000002801622b8351771e8fc226b842e34aa4f66f89ff6060 5,978 1.00/1.00 vMB 212
844,447 844,447 00000000000000000001d32ba30adc3a9ee30d241083d114d6cd8fcb8f599c9b 5,944 1.00/1.00 vMB 300
844,446 844,446 0000000000000000000356cae3d8a9b63e7057d7023e1cddf7ae269064f097bd 5,033 1.00/1.00 vMB 13
844,445 844,445 0000000000000000000124b0433d6e5f38d393d0b8e34551355a4353b8c99936 7,359 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

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