Loading Tool

Explorer IconExplorer

Memory Pool

81,263 transactions
31.10 vMB
0.09526913 BTC
Random Selection Loading Transactions
Max Size: 188.19/200 MB

Candidate Block

Mining Attempt 6925ff8863485a7301047d564fe70c8787040f3248246bf6b5488e0c447d9de5
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root e61cf55c15bac55320e88c245112b32eb88ad37d22a8eb9fdfcc2ff7ab7e5ac0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,902
Size: 1.00 vMB
Total Fees: 0.02782869 BTC
Feerates: 110.56 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (459,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,030 456,030 000000000000000001b2f82fff4b438d09a0552762b3827784af2900e2ce445e 3,785 1.00/1.00 vMB 128
456,029 456,029 0000000000000000001ee853402251aca07d3aefc9e6a417e2566af4f7b0df5d 1,988 1.00/1.00 vMB 146
456,028 456,028 0000000000000000017a6703bddac846115c36e551392cd24398b66c2f386ab4 2,382 1.00/1.00 vMB 158
456,027 456,027 0000000000000000007d3cb7172ade08e82ca548be760f0e907a87a1caa747b0 2,466 1.00/1.00 vMB 186
456,026 456,026 000000000000000000ecb90b308ebbd6cbc0589de6eaf0e3c86bbfa5cf71c6a8 2,335 1.00/1.00 vMB 202
456,025 456,025 0000000000000000019998b9bba59eba7d5b5dd3818deb312a43901413cc52a1 2,202 1.00/1.00 vMB 204
456,024 456,024 00000000000000000154e66d0acaef9eeaadaa7c047c42a41e7b9827e89daa46 2,690 1.00/1.00 vMB 218
456,023 456,023 000000000000000001a53cc3eefc33e038b521e8b1fc103d40f2982f58eb3a9b 2,158 1.00/1.00 vMB 208
456,022 456,022 000000000000000002411207a5856e0f5796f0b41e38d906aa476f650e13658d 2,096 1.00/1.00 vMB 212
456,021 456,021 0000000000000000012cdd271d9d9f59934b69439ec3168109045052e7568166 1,516 1.00/1.00 vMB 209
456,020 456,020 0000000000000000015d91f146e17f2bee451d90ecde7d3649b5b6678a1f715f 1,650 1.00/1.00 vMB 220
456,019 456,019 00000000000000000055afbd097af937190a52a58776e091a8f25a806f3a5b5a 1,722 1.00/1.00 vMB 255
456,018 456,018 0000000000000000004ce70f9472401d8cf46094fc588894b3e2abc2bd3e00f8 1,823 1.00/1.00 vMB 168
456,017 456,017 000000000000000001563904362c980bf92b987112b80587d49a59dea8cfaf53 2,493 1.00/1.00 vMB 227
456,016 456,016 000000000000000001b618ca6e753d7e937f330c2d32719f237b8ff787257c1c 2,239 1.00/1.00 vMB 198
456,015 456,015 000000000000000001cfe4a98daca5d216405aa588f9015ac48258fdc70c78fe 1,909 1.00/1.00 vMB 180
456,014 456,014 000000000000000001291488b4f086ee6e0ac4864c328d6da033ff6c6038e381 2,485 1.00/1.00 vMB 212
456,013 456,013 000000000000000000c79e6cc13685656cc33f305e475e17cf8accc37a6fae67 1,820 1.00/1.00 vMB 183
456,012 456,012 000000000000000001b12064d0aed4923376852d321b38e8fd20cef1d9c9b616 2,827 1.00/1.00 vMB 220
456,011 456,011 000000000000000000ec957c433b003d610dbe697627bdb879856177fbc19620 1,756 1.00/1.00 vMB 230
456,010 456,010 0000000000000000019780e2c73bc2be537acbf13056ad8d2bd3021f2e2b3e37 2,085 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.71 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: 699.41 GB
    • Received: 16.60 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.