Loading Tool

Explorer IconExplorer

Memory Pool

44,006 transactions
28.24 vMB
0.06949639 BTC
Random Selection Loading Transactions
Max Size: 149.18/200 MB

Candidate Block

Mining Attempt 02cd998148a653f54828d6e942d7fe29628946fe4cdaa2ab212345d2063b74a1
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 1c2f7c66b2cf9e2e1f4565fa8b9ccd813968461cf0d396c490c01b1624421a74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,148
Size: 1.00 vMB
Total Fees: 0.01618887 BTC
Feerates: 100.23 > 1.62 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (283,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,457 631,457 000000000000000000124321f82370d06f953ba1a193b20dd599e08af5eb2bf1 2,289 1.00/1.00 vMB 119
631,456 631,456 0000000000000000000f9c0b849d65bf678e062c01aeeb1dffa3cec6301d254d 1,774 1.00/1.00 vMB 44
631,455 631,455 00000000000000000009398281245b03562fd0c72b05659e57060cb12fd097c2 2,050 1.00/1.00 vMB 11
631,454 631,454 000000000000000000041426ad489ddf177cba2eeca48ae810c75658208e3c8d 2,053 1.00/1.00 vMB 25
631,453 631,453 0000000000000000000df0289c9987935a07f29513729cdf07c0e0ffd4d9f1eb 2,943 1.00/1.00 vMB 123
631,452 631,452 00000000000000000007bf0dd3992da225948bc4b62faba81d1d9ce5406a5e1d 2,502 1.00/1.00 vMB 18
631,451 631,451 000000000000000000064cb476732297f347977b0c9c617d69987298fbf791ca 2,454 1.00/1.00 vMB 11
631,450 631,450 0000000000000000000c83734aa6024ceb6cc4fa67feb226e09e6eab5117a27a 2,793 1.00/1.00 vMB 35
631,449 631,449 0000000000000000000322f596afe4bf893dbd73e183b22a5ab8ea11d8ddb747 1,992 1.00/1.00 vMB 21
631,448 631,448 00000000000000000007d4810f4bd953814b9ad50bc2b575ef864ce3ca28045b 1,355 1.00/1.00 vMB 61
631,447 631,447 000000000000000000091538815a229567b5be4928df43d6e6f32fda8244b6e6 1,681 1.00/1.00 vMB 130
631,446 631,446 0000000000000000000fe86d4a057b9e3f7d96d2f018eef3e604ca45bafd9cc7 2,718 1.00/1.00 vMB 140
631,445 631,445 000000000000000000074cb86a1725b65d25fb473e01bbe33deb16380adccd1e 1,935 1.00/1.00 vMB 109
631,444 631,444 00000000000000000009c0c4dc01ce730bfb9d48df5d63ba4820792827f9d1ba 2,554 1.00/1.00 vMB 45
631,443 631,443 0000000000000000000a6807cd7145dbe38c45690b53e2c85aa7143c1c7d5482 2,504 1.00/1.00 vMB 134
631,442 631,442 000000000000000000046d84eee23f1651a6b8adeb3445ca026d0c5c14254b9b 2,569 1.00/1.00 vMB 213
631,441 631,441 000000000000000000024578d4591ddfd6b8a72a1c1775b55a7f6770315c9387 2,362 1.00/1.00 vMB 43
631,440 631,440 000000000000000000045d96c773a680d7f809554fe222db16cbc420fc586d53 2,772 1.00/1.00 vMB 96
631,439 631,439 00000000000000000002a161046b9130c48b345f0cb01a953d06d54ab549b52f 2,183 1.00/1.00 vMB 179
631,438 631,438 0000000000000000000c910ba5e5b04bf2878f5102bec8401ec25188ddd258b6 3,341 1.00/1.00 vMB 222
631,437 631,437 00000000000000000008e03b6bfc504ec7492a4db466ad93202a1af10335c161 2,366 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.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.