Loading Tool

Explorer IconExplorer

Memory Pool

28,815 transactions
8.30 vMB
0.08622097 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.47/200 MB

Candidate Block

Mining Attempt 2dd3a04cef245b2567bcd713703904549a6e30cb2c18c2cbe635b0fd0345478c
Version 20000000
Previous Block 00000000000000000000462d480322cf9b5bbf8833c1eecd2f438a0f423bde5c
Merkle Root 08b9bb97664cf38079268f71c5aa9fbd6c2a200321b5926cabd3e48d2e8b723a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 1.00 vMB
Total Fees: 0.03482524 BTC
Median Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,187 (716,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,913 196,913 00000000000005a788474736af6072bcebadb9c918741597c6cc7f965b5a0e27 0.25 MB 675 151
196,912 196,912 0000000000000538eed849bf50cc0e3f5ca571d35ca96ddad5865574363af545 0.05 MB 148 504
196,911 196,911 0000000000000190009bbf259319b90b483ab239e908fc4c3cb49b496d2977ce 0.08 MB 184 108
196,910 196,910 0000000000000442efbda5b8d01d7f660c4980629a3310b3e5f92807f9e60334 0.25 MB 681 191
196,909 196,909 00000000000002c8b68e9fda0462d4216aefd3afa0f626b80c8c4177693d4e92 0.06 MB 128 312
196,908 196,908 00000000000005f67721bf6972d8a58749701cc307bfdd03ec9c36605cd8a54f 0.03 MB 86 452
196,907 196,907 0000000000000046bc50614f6a837b7673dfec2bcbd25b70f8bad70fb7c78847 0.01 MB 19 334
196,906 196,906 00000000000006c72da6cbb3809bdc1131c1e119cc5f242f6c7f92194e12961d 0.09 MB 209 164
196,905 196,905 00000000000006b73cecdeb1230afc588c061a66b855afb194f31dc858b20f73 0.12 MB 256 383
196,904 196,904 000000000000023dc5a307f94c4f439396e6c43dc22b251a2e28dd06dce9cc70 0.08 MB 169 239
196,903 196,903 0000000000000617f6b47d1535854c76890691cd3891ee17ab46e5b9618dace2 0.02 MB 87 210
196,902 196,902 00000000000004a85778b519355974be10be2b2e0c25948d5096ef0a225cb67c 0.02 MB 48 176
196,901 196,901 00000000000004db12b7946768ab71002c96410b74defa77ad6bbf560f7c7c1c 0.12 MB 256 186
196,900 196,900 00000000000006ae310893adc0a66d336195c55ed2588bbea18e08db3d80fad6 0.13 MB 295 248
196,899 196,899 00000000000003e1adde0e1687983fd1cc1d0693dd9d5ac0dbc50ca8c9d8808f 0.12 MB 256 302
196,898 196,898 00000000000000829c4fb3b270f8c48ba7f1301d95bed1e838d72d3e2ad20662 0.14 MB 349 602
196,897 196,897 00000000000004c92c656d9d9511968fe8b16e105d038651a52890aff50adfe8 0.03 MB 67 144
196,896 196,896 000000000000035152633a1e20389c8672a01072eb624e5176b78a02eea0fe4b 0.18 MB 317 231
196,895 196,895 000000000000058dd3a452903c033aa8658d194a2094c600c6f36ca8ed8a6d79 0.09 MB 242 323
196,894 196,894 0000000000000217e7da50f4e321e0f22e36907b757654bfc1c4b2f1cd5868f6 0.09 MB 183 102
196,893 196,893 0000000000000662e545408750cace601fe58c07794fe45dd55a7a2365a047e1 0.09 MB 178 498
Previous 10 blocks ↓
Total Size: 779.18 GB

Node Details:

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