Loading Tool

Explorer IconExplorer

Memory Pool

82,057 transactions
30.30 vMB
0.09268653 BTC
Random Selection Loading Transactions
Max Size: 182.49/200 MB

Candidate Block

Mining Attempt c8547f4b7f5b951f9dbb77eed91f6a3e31ba72c25f6c2e40c9fc378dafaa0852
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6f5cea4a9e802cf604c2ee9211cc8e12edabb9ac8d050b26a2b2e58d7a0a0730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.03052077 BTC
Feerates: 454.44 > 3.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (463,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,336 451,336 000000000000000000c8ffbb34281082d950b1d41c14a724075e170bb50cd084 1,936 1.00/1.00 vMB 76
451,335 451,335 0000000000000000019fc14f5175b760d86c4b2be68daa5893b054461590d144 2,619 1.00/1.00 vMB 86
451,334 451,334 0000000000000000018fb2c412a63c4d8b6e62cc64ecbcf9ff21b8895febd78c 2,426 1.00/1.00 vMB 75
451,333 451,333 00000000000000000075b3cd480fde3d3f6ee4388ab34bc15f6eac52e5336223 2,335 1.00/1.00 vMB 83
451,332 451,332 00000000000000000258da19bca83a3bd8982a12b0c4c9547ae0275fa6978aff 2,623 1.00/1.00 vMB 100
451,331 451,331 00000000000000000143170107f1e6e262530af1564e0e939e7434142140209e 1,733 1.00/1.00 vMB 102
451,330 451,330 000000000000000001b1486e21d820348ebae0ddff45bec3f1da0fdb38954366 2,074 1.00/1.00 vMB 146
451,329 451,329 00000000000000000138db5541b3071aac1021b56c0712ab66c6ffb97449e303 1,571 1.00/1.00 vMB 100
451,328 451,328 0000000000000000022b0863a66ec438a198ae76c506a20debb9c2efc41c0c94 2,083 1.00/1.00 vMB 129
451,327 451,327 000000000000000000473e157f881db53858c0a21e854c561a8f1c2f3a5fc47c 2,848 1.00/1.00 vMB 171
451,326 451,326 000000000000000002286178204fa29706833659309234db2111661590987f51 1,814 1.00/1.00 vMB 107
451,325 451,325 000000000000000000cf663e2185df90d779efa412ad268290d933ec8c6f589a 1,984 1.00/1.00 vMB 104
451,324 451,324 00000000000000000036786fd62d40839b814e0eab6eb62e0806e2a74437cfda 2,349 1.00/1.00 vMB 132
451,323 451,323 00000000000000000201f13f5ab66afa0a8b81c319ace6f8c71a6f935f2e8117 1,687 1.00/1.00 vMB 127
451,322 451,322 000000000000000001314708f23dc8ff9f53b76267f0d93aeb3bf4587ea79cb9 2,990 1.00/1.00 vMB 77
451,321 451,321 000000000000000000de6df4c6713d1a73ef4ee9ebd7ac263db68afff6785f0f 1,648 1.00/1.00 vMB 81
451,320 451,320 00000000000000000290be7b4c0ff0a4e3b24d718ec4ed19e8ec7c3a909a3608 1,562 1.00/1.00 vMB 87
451,319 451,319 000000000000000001e20e42c2076a8a6839ff35d75d302f8cc521134829e987 2,858 1.00/1.00 vMB 118
451,318 451,318 0000000000000000022c2f8387536a787fbd5d25394d720e226567ce26c45ad7 1,826 1.00/1.00 vMB 92
451,317 451,317 0000000000000000004104a5e8bf6583d3c72c4f7b2bcff0a84030dd2a9d1976 3,004 0.99/1.00 vMB 99
451,316 451,316 000000000000000001a12745ebeea30148aa43dbc718801cd8dc519a193cb96b 2,743 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.