Loading Tool

Explorer IconExplorer

Memory Pool

77,945 transactions
29.17 vMB
0.07555236 BTC
Random Selection Loading Transactions
Max Size: 178.80/200 MB

Candidate Block

Mining Attempt 8c498b80dc628dd4a207cbec1e8331d8e5374120dd11b4d98601d6336619b811
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root cb7e96afd8e5ce830a40469848feae10dabeec684131e93f6780eabcffbefa78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.01168372 BTC
Feerates: 301.25 > 1.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (452,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,678 462,678 000000000000000001780c6509aee234d97e284a655b8a5a01aa28d9cd47b141 2,301 1.00/1.00 vMB 219
462,677 462,677 000000000000000000d02db087ff2bef09709a3a51b6be0e870bed23909f8038 2,209 1.00/1.00 vMB 134
462,676 462,676 0000000000000000001477910eda18257c3d7a330b934b1a58dc67a29ec95b70 2,809 1.00/1.00 vMB 256
462,675 462,675 0000000000000000009dfa7bad9051fcc1e260adcd01a7c4ff478efacb1d1e20 2,594 1.00/1.00 vMB 241
462,674 462,674 000000000000000000b6773f28bc7a56f379f9fc3ea0e4d3fd5b2a83fb07589a 2,418 1.00/1.00 vMB 193
462,673 462,673 0000000000000000003e57de6bd91ad9ea185f1665b6d034509d8cef64e9e52b 2,396 1.00/1.00 vMB 139
462,672 462,672 000000000000000000850504604a810176b9f55b364ac49092c3c46e2d9a3c9d 2,143 1.00/1.00 vMB 132
462,671 462,671 000000000000000001c3f78b0d8b9a3a0f265031e4cbc448810efacb51d4c1ac 2,555 1.00/1.00 vMB 207
462,670 462,670 00000000000000000132724ac0b4be0f2f575e2d18c3715efcd6212e5aa5c14f 2,307 1.00/1.00 vMB 171
462,669 462,669 000000000000000000f65d8c9764cd7f6e757e3079bb3d3f8767292e49016546 1,641 1.00/1.00 vMB 172
462,668 462,668 00000000000000000081facc12bc04044e7d00e472809885892e9bbfc2da9058 2,213 1.00/1.00 vMB 155
462,667 462,667 000000000000000001f1415c5e5963282201a3861b52227ba546d81f5c9d6b9e 1,039 1.00/1.00 vMB 93
462,666 462,666 0000000000000000003a129fb6c3d2828930ac0f895d933ab3625ca38a46f3cc 1,007 1.00/1.00 vMB 149
462,665 462,665 000000000000000001c09a076e43e290c5525e22cdc64f8f20b9977b1f9bb091 2,027 1.00/1.00 vMB 152
462,664 462,664 000000000000000000cc95dbcdd2552994882e9a71ab3360bb7258af85324871 1,227 1.00/1.00 vMB 172
462,663 462,663 000000000000000000e278c641df538419c0b0805e1d9904454f496e6ff59f42 2,294 1.00/1.00 vMB 194
462,662 462,662 00000000000000000127f9d87566d015b62619f128ba95eee95fd6e22c645422 1,547 1.00/1.00 vMB 118
462,661 462,661 00000000000000000209ec5a25b3e223c05d284b7c6aa4ca6f5564a2840e7eec 2,129 1.00/1.00 vMB 128
462,660 462,660 000000000000000001e08b6fb25db1b80298a9b81bb34c2f64a8e72764de2b8e 2,366 1.00/1.00 vMB 142
462,659 462,659 000000000000000002108d1959e8b36e045f03e8561517f3542bd2d5af6cf2e4 1,681 1.00/1.00 vMB 127
462,658 462,658 0000000000000000002f699e08e7b295829851bd23848fe2c4af3a64a78a06ab 808 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.80 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.02 GB
    • Received: 17.01 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.