Loading Tool

Explorer IconExplorer

Memory Pool

45,210 transactions
27.46 vMB
0.10991775 BTC
Random Selection Loading Transactions
Max Size: 144.03/200 MB

Candidate Block

Mining Attempt ac0390dad68fcc91f55e3dd8224047a3bf333dc2f26bedc4ab5270742596732b
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 31da6094b4d3763bc054809a9f878d56c26f9f63147d23c8e2ae8a57c18fe6f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.05161462 BTC
Feerates: 151.16 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (498,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,239 416,239 000000000000000004e088a49adecb9a9bd749d5e3bda8a5e1c93c9b910a7d52 2,779 1.00/1.00 vMB 65
416,238 416,238 000000000000000002ac22e83f6fc31de354072fc36ba3cc79b505489b30e740 2,384 1.00/1.00 vMB 69
416,237 416,237 000000000000000002a7f05764f47032ef0d3675d9b4c4a0d33fbc56a6938483 3,435 1.00/1.00 vMB 59
416,236 416,236 000000000000000001db6b45a8f55d29b30a1402683a613941ff609817efe940 2,466 1.00/1.00 vMB 57
416,235 416,235 000000000000000003d70baa066ab308810a406db6f796113530d6c63e64b2c3 2,026 1.00/1.00 vMB 79
416,234 416,234 000000000000000003769d4c126d5d900659db69f08170b35f8ecee250e3d848 627 1.00/1.00 vMB 63
416,233 416,233 0000000000000000037a22d602c8edbc14bd2338b1e97e026aa9dc39a23a11e0 430 1.00/1.00 vMB 69
416,232 416,232 00000000000000000486078ab77fbfee34389f825a9cba8c0ac7c665396afe96 2,339 1.00/1.00 vMB 96
416,231 416,231 0000000000000000053cda372d674d30133d6282bb322db9634631d504b3eb1f 796 1.00/1.00 vMB 81
416,230 416,230 000000000000000001f1b9636ac1c6ed6d4c91703510d8e165fa446e7279b3a4 1,460 1.00/1.00 vMB 98
416,229 416,229 0000000000000000051fd9c8f86e560db16956d0ae2974b2780550510e7133cc 409 1.00/1.00 vMB 41
416,228 416,228 000000000000000000881fd48be9c78c33a7123c9e97b8a4faea85c6dc23e711 2,062 1.00/1.00 vMB 58
416,227 416,227 0000000000000000033c9ee4d9963c43dc08790b84463f4477a12ea7ca6adb06 2,646 1.00/1.00 vMB 76
416,226 416,226 00000000000000000274b3c9b4823f11358f8e4369948f00359c398abe1929f7 1,338 1.00/1.00 vMB 45
416,225 416,225 000000000000000002942b18406ce2a4d3ceeff7dcd3b09ded2490c7c8157cb8 1 0.00/1.00 vMB 0
416,224 416,224 000000000000000001fe614f477ae6d936a3e2fbef0d187ce4fac36c72389957 1,530 1.00/1.00 vMB 56
416,223 416,223 000000000000000000e9bca1bd2f17d97c228dd9b8eeae72ba9f43a12c521aa4 1,793 1.00/1.00 vMB 34
416,222 416,222 0000000000000000007aa5b5490681e4598684e6b5c5ba5a795cdc4a03f84dc0 1,424 1.00/1.00 vMB 35
416,221 416,221 000000000000000004e3fccfc6f73149cddbc54bf5d89f1459ea53e7961557d5 2,765 1.00/1.00 vMB 71
416,220 416,220 000000000000000003b64da342d6d24d066ea5c961e21fdf57cae4318eab3616 1,437 1.00/1.00 vMB 45
416,219 416,219 000000000000000003b245b0486d186793c9726ec48a638d36264d8ef56e1f46 1,474 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.