Loading Tool

Explorer IconExplorer

Memory Pool

27,775 transactions
13.90 vMB
0.14695059 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 76.08/200 MB

Candidate Block

Mining Attempt 93ef726163a08d3522d5e8ad30af5d2ce837fafe7f1b6c59350f21db0d1b3fff
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root 0ae57522ec7b5ef41b35314f647112877d58edf4d77307ea776fd9959137f806
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.09112860 BTC
Median Feerate: 3.61 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (696,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,655 216,655 00000000000003d6c83f1c18ae8e514a10f70003d9682713532e5b20f5d321e0 97 0.13 vMB 19
216,654 216,654 00000000000001f28809ac2bc791aed031550787d24ce1bd495480d17d3efa45 160 0.06 vMB 185
216,653 216,653 00000000000002bf4b63e85c7834bc4fc3f3c28f08e98cfc03297f3d37062acb 256 0.19 vMB 114
216,652 216,652 00000000000001310d16a60e4e6d90fd67b89b15ecd17127ded9fbbe03596fb8 378 0.19 vMB 182
216,651 216,651 0000000000000178e5d1b054b630cd9e499e33d7f57ccf5606fa36dfc9c73078 142 0.05 vMB 177
216,650 216,650 00000000000002f7d0aeb9f8d75e0ea54cb77227bb5b5c7ca4a5b492b6cae370 119 0.07 vMB 109
216,649 216,649 0000000000000490a1d3fae6beddda298305b75e36d44b75e942767af13d4a74 398 0.23 vMB 203
216,648 216,648 000000000000013a93f5ae4cef6411251ea69170131e52b4c0bef265a7223fdc 55 0.02 vMB 172
216,647 216,647 0000000000000482e361d44fa7a9bf6de8a491586ae5ed76a72ce5b60ecf120a 96 0.05 vMB 137
216,646 216,646 00000000000002a8afbc14b0a94282d377a09490d04318d3851ce19c6c8eb755 224 0.10 vMB 124
216,645 216,645 00000000000000d858c73fa41e0ca6d32df118e3ca6327c0f1ec0ed5260648eb 599 0.25 vMB 191
216,644 216,644 000000000000020345026cf80e4aac5bc6fdc38b60120240f96f3c414c9033cb 413 0.16 vMB 209
216,643 216,643 00000000000003e09882008e307cecfae60e2ab81f25bd2a53fb6ec773965f98 129 0.06 vMB 173
216,642 216,642 00000000000002927810b9b7c932dcf716c874e6656e9213f8954b711dd6b6ea 258 0.23 vMB 28
216,641 216,641 00000000000000ed316f41a73ce18c95f49aa5e864d55e6bcd6238b41514f49b 410 0.18 vMB 161
216,640 216,640 000000000000045d09d1dc1db0455d6fed1330a96424d814a1e691898b770e8b 9 0.00 vMB 0
216,639 216,639 00000000000002ab41d16616181c27e5291a0ace9c274742a1e554e72649fd97 673 0.25 vMB 205
216,638 216,638 00000000000003a5d510af156dd47ada735b95cdb700a07c7165438b3411e6da 512 0.12 vMB 0
216,637 216,637 00000000000000e5b1291dcaf35f713723eda56de89b6efe93b8905055c00611 457 0.16 vMB 205
216,636 216,636 0000000000000286b26f8624b59af41f94ac59d4a28e1209a781f71d9ddfb7c5 148 0.05 vMB 71
216,635 216,635 00000000000003ec626d4b0d6429c0ad306192cf93e5de5239a1cb078771a783 457 0.25 vMB 145
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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