Loading Tool

Explorer IconExplorer

Memory Pool

78,932 transactions
29.47 vMB
0.08443262 BTC
Random Selection Loading Transactions
Max Size: 180.64/200 MB

Candidate Block

Mining Attempt aebe20e8bd140183e57363ffd6ce4b184e8d64106d1dc8c072d38f72db7cee79
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root c1971363720996b423f82a91a30486893db37c70d273b1e6c242a83a3bb6d06a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.01965663 BTC
Feerates: 302.00 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (298,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,370 616,370 00000000000000000000a532309c60766bdf0a78c57ee1a40d1b4c8fb628966d 2,482 1.00/1.00 vMB 14
616,369 616,369 00000000000000000001c04579329e42fafb9170d91fd3594a20caa06b9e6376 2,732 1.00/1.00 vMB 29
616,368 616,368 00000000000000000011db5a0a6c504c1db0da599a04f35bef7d0a9d39a0e849 3,181 1.00/1.00 vMB 42
616,367 616,367 0000000000000000000193af6b104b7fce59fbb8dcbaf583c9b603bfaa1ab4d4 2,915 1.00/1.00 vMB 22
616,366 616,366 00000000000000000009812c8d4c8a47b7daa5af1ea3ead9712c4646621cdae1 2,982 1.00/1.00 vMB 31
616,365 616,365 00000000000000000003ade66a3873c2752057f90621f61d674af94cd55b8432 3,426 1.00/1.00 vMB 39
616,364 616,364 000000000000000000002302e0dbfb7eaabd50c8a42349631612885dcbee59fe 2,264 1.00/1.00 vMB 26
616,363 616,363 000000000000000000052610855eb0e447d7cb4804edba8b1ca07492f1cf5fa4 1,899 1.00/1.00 vMB 30
616,362 616,362 0000000000000000000b3c58abd75d7a59526cd86b07f8336557c9873bad3d23 663 1.00/1.00 vMB 6
616,361 616,361 0000000000000000000919d996ada30f52ac4d0c3909e4898f17b4eafeeefc66 2,573 1.00/1.00 vMB 4
616,360 616,360 000000000000000000041e119bad525d4e1e68ab9689f69e60d6b6f12015efac 1,852 1.00/1.00 vMB 29
616,359 616,359 0000000000000000000a115f4ee3de9f69120f5cb836647d1f0201de5c68554d 2,257 1.00/1.00 vMB 28
616,358 616,358 0000000000000000000450796dcc8c19e077b8b5c90a90c23008aa88bfdd9dc3 1,909 1.00/1.00 vMB 13
616,357 616,357 00000000000000000003e32b31d4aea83cc4d4dfc4f21b84f866e8882eba5499 1,168 1.00/1.00 vMB 10
616,356 616,356 0000000000000000000a45773aba4660f019b8f42d6cdb97af1278dc348c7771 188 1.00/1.00 vMB 1
616,355 616,355 0000000000000000000623a59f16b476f0b85b7f97c3b478441659b8bafaf351 292 1.00/1.00 vMB 2
616,354 616,354 0000000000000000000d6d0c60281a6965ffef009a19756fcca36a644688cc02 639 1.00/1.00 vMB 4
616,353 616,353 0000000000000000000718b76b2ebb20a13028c10a9920ee740ab51ec768ca2e 2,682 1.00/1.00 vMB 18
616,352 616,352 0000000000000000000f2a2f49715b8156f6f736641fd9a63b4681c4a92534d0 2,037 1.00/1.00 vMB 4
616,351 616,351 0000000000000000001026dfd801448ebfd122a580fef2e63d17c6bbf290dd7f 2,284 1.00/1.00 vMB 8
616,350 616,350 0000000000000000000f9de031cf74e3ec3a4492d2d2721152c13c33ea3bc4a8 2,582 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.