Loading Tool

Explorer IconExplorer

Memory Pool

77,184 transactions
28.94 vMB
0.06750790 BTC
Random Selection Loading Transactions
Max Size: 177.47/200 MB

Candidate Block

Mining Attempt a2f40aa754df3e294349c6ac238f4f6fa322b4ed72a84fe2c284b0fba75d5223
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 1e2d9b3d50de8faae04d4964197fd8ee9e90729fddf4ed78e5a2d28c36cb246f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.00385173 BTC
Feerates: 40.21 > 0.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (264,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,543 650,543 0000000000000000000438b2c8e40e636a70e164abecd952e62a7f471c798e25 2,999 1.00/1.00 vMB 88
650,542 650,542 00000000000000000003dda52b9bc3c4b421cc5cb2aaf90a9b263c4334a7e4f5 3,011 1.00/1.00 vMB 70
650,541 650,541 00000000000000000009ce4230ebfa7dcfc2c68f295d4709e2b482db3d49960b 2,729 1.00/1.00 vMB 65
650,540 650,540 0000000000000000000b455094513a41949f1063700b13b4e3432a6d883e00b0 3,180 1.00/1.00 vMB 89
650,539 650,539 00000000000000000000c1f46138a547b54bd6fe941b2e825f4efce6ec21c794 2,679 1.00/1.00 vMB 71
650,538 650,538 0000000000000000000574865a95a9a66e1571215b0d2c6f5aeba8faddd21454 3,118 1.00/1.00 vMB 64
650,537 650,537 0000000000000000000411c27afc11ceafafc7a59d830bb89edb0dd8fb6c6f10 2,269 1.00/1.00 vMB 68
650,536 650,536 000000000000000000090bcb0128bbba728593cd823734c0a85c295b49e20262 2,907 1.00/1.00 vMB 77
650,535 650,535 000000000000000000094e99fd6a0d752cfcfd97d64120c011f0e9be0f61a877 1,951 1.00/1.00 vMB 64
650,534 650,534 0000000000000000000a6fc8fae1038baeefd22e53d89673e3f607e226d91bb4 2,708 1.00/1.00 vMB 82
650,533 650,533 0000000000000000000e343721ebe0a7b3a3410eaf8c9ecec914858c255a925e 2,889 1.00/1.00 vMB 74
650,532 650,532 000000000000000000071de8ee817ff97e952143ba1603f859b988e6bf3a32ec 2,157 1.00/1.00 vMB 65
650,531 650,531 000000000000000000058b29c1bd370c133a4156ed54fb0c728d69d148676679 3,024 1.00/1.00 vMB 63
650,530 650,530 0000000000000000000b279ab7fa45a7ed975f86e30a4a5efd396e1fdbde2a82 2,671 1.00/1.00 vMB 75
650,529 650,529 00000000000000000001eef87379218456e73c6072139dcd8f50386f860cc2a1 3,193 1.00/1.00 vMB 67
650,528 650,528 000000000000000000083d2795f1141899bec3c8d474fc49d675eac583260a6b 2,934 1.00/1.00 vMB 79
650,527 650,527 00000000000000000007ef940cbbf1f76f74e180dac1b5d5a822c834d872c38c 2,691 1.00/1.00 vMB 74
650,526 650,526 00000000000000000003c8f29eb6768e9339c03a5f85fb420ab11c463b6e96e6 2,768 1.00/1.00 vMB 83
650,525 650,525 0000000000000000000b078a9d5a9b480d4082c0539d99151449124b2a6e9c99 2,419 1.00/1.00 vMB 73
650,524 650,524 0000000000000000000b989a02a8e093c7fdc4b6c1eb816406ad010f5b59fefb 1,997 1.00/1.00 vMB 73
650,523 650,523 00000000000000000003a391010d6377f68d9b5c5ef6e34e327e79483ea86d48 2,619 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.80 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.00 GB
    • Received: 17.01 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.