Loading Tool

Explorer IconExplorer

Memory Pool

78,193 transactions
29.61 vMB
0.09110381 BTC
Random Selection Loading Transactions
Max Size: 180.19/200 MB

Candidate Block

Mining Attempt 723a9e65ab5b96c7340ecea3de2ad6f3b9c20f5f3f9e9bd74afbf6e86344d59d
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root b10e20148e8d0c13ecbef0b3a5ad559749f0c23aded38ef2805f3393bab3ddea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,623
Size: 1.00 vMB
Total Fees: 0.02588794 BTC
Feerates: 477.45 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (513,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,294 401,294 0000000000000000000295241c6c47ba37730a714eeafbe3eb1fc5cf7e21e816 1,489 1.00/1.00 vMB 32
401,293 401,293 000000000000000000db29edb2756cc8020a2eecc943405daf74d8bb5b8446b2 2,487 0.99/1.00 vMB 70
401,292 401,292 0000000000000000069f81dc402534cdfb101534883180552d71449ecbe09925 1,124 1.00/1.00 vMB 38
401,291 401,291 0000000000000000054a618dbb77d89b10289237ee22d2b815d1eac490433258 760 0.75/1.00 vMB 25
401,290 401,290 000000000000000001aa6a28b12c6db0f34fca9d82f367f2fa3094ee7ee96f5a 1,907 1.00/1.00 vMB 30
401,289 401,289 00000000000000000092b2a1cd47b757064c868d474d919c1ce0ff59cf4541c1 2,391 0.99/1.00 vMB 53
401,288 401,288 000000000000000006143b3328934c21b0ef595c273fb5edee0e8766792bec0e 3,039 1.00/1.00 vMB 56
401,287 401,287 0000000000000000011579e74d0efa102d99f1e7783509a87147d41837dbf472 2,259 0.93/1.00 vMB 80
401,286 401,286 000000000000000004e363297771ab44a7ed816605c2a7327e37ff446d82c177 2,829 1.00/1.00 vMB 99
401,285 401,285 000000000000000006785f62dce90601da24287b52697a98498f81380e99de77 793 1.00/1.00 vMB 18
401,284 401,284 00000000000000000556c52a540f029970ae4504a119f43ec7a4f9946dede3b7 1,884 1.00/1.00 vMB 47
401,283 401,283 0000000000000000061e5a6f93d393db7c2e5ce2aa32b6bf98a257fc2434f8b4 1,355 1.00/1.00 vMB 31
401,282 401,282 000000000000000005d7260a08b6d77ba2b1b85de3eea16102fe5fb7648cc7db 2,162 1.00/1.00 vMB 42
401,281 401,281 000000000000000005e9e8e822d95d0bb7111b7e0dd2258a114a2cb982e0b529 2,239 0.99/1.00 vMB 79
401,280 401,280 000000000000000003b64a6ff217a6cef915cd359be9603b15a8332171e5337f 2,340 1.00/1.00 vMB 43
401,279 401,279 000000000000000003d128977cbb78def8759400652bc266be0f5d8e6585192c 2,812 1.00/1.00 vMB 84
401,278 401,278 000000000000000002be7b3c6197991eeac8b127537a1199d7b50d166e719999 1,562 0.93/1.00 vMB 33
401,277 401,277 000000000000000003d3319de387798b9d6be3fbd7cec05362854b83ed94c869 3,581 0.93/1.00 vMB 116
401,276 401,276 00000000000000000271ade657b87566fcd7b3c77edacd3add097537695c48c9 2,667 1.00/1.00 vMB 66
401,275 401,275 0000000000000000036d69ba41ea94b69659f4b5b6ac1f1c5b581dacbc8aa50d 4,032 0.99/1.00 vMB 127
401,274 401,274 000000000000000001bca63b7bfa27bc0231dffad488c471ee2a0dfc5e8abc16 1,645 1.00/1.00 vMB 32
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.31 GB
    • Received: 17.07 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.