Loading Tool

Explorer IconExplorer

Memory Pool

39,896 transactions
27.71 vMB
0.06992030 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt 45bf88f93939ddac9608bc8a26535d1fe92ecd5d2f267b6209f874510b5a9ac4
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 0a08587b6a2128304bdf98b257c99d561c5fb2beb2e013e774fc0612404f47fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.01697017 BTC
Feerates: 100.95 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (69,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,376 845,376 000000000000000000020020d90be207287f6f9c9a0fc85d67af708f3b23cd31 6,733 1.00/1.00 vMB 41
845,375 845,375 000000000000000000011446578e032e273fe79a246f27ec55ad6e2ce76c7775 6,085 1.00/1.00 vMB 43
845,374 845,374 000000000000000000009af5ceacdc158f70947624ed2a9640adc1066ffd8a91 6,284 1.00/1.00 vMB 21
845,373 845,373 0000000000000000000325f841c57a8386fb98b03d0b230ef73e19de5af44147 6,820 1.00/1.00 vMB 17
845,372 845,372 0000000000000000000260f00905c78ee6209216cb5ad7317c021c1f5caf16e7 6,679 1.00/1.00 vMB 20
845,371 845,371 000000000000000000014e31432369858145936ef945364822a256f79e632566 6,584 1.00/1.00 vMB 29
845,370 845,370 00000000000000000002a4be05c5a8a5ce6d069b97474d3475b4fd396958aadd 4,848 1.00/1.00 vMB 11
845,369 845,369 00000000000000000000706cf3d62a1c3124f7d3df614d390eeddd9b6c7eca0b 6,511 1.00/1.00 vMB 9
845,368 845,368 0000000000000000000025255722df88e66fff30f5ed441f4f657a314275a283 5,444 1.00/1.00 vMB 13
845,367 845,367 00000000000000000001ba04e22a813a2c88441912a72a73ea25e6b3ea329cff 6,687 1.00/1.00 vMB 9
845,366 845,366 00000000000000000000569cc8a32fb6d2eafddbca489988ae1da4469d71fc1a 5,286 1.00/1.00 vMB 14
845,365 845,365 000000000000000000027e4771f9b17d48e62f0f64fb41eca571f855296aa5e4 4,608 1.00/1.00 vMB 18
845,364 845,364 000000000000000000015320a1ff54b36910477963e51177006e85fc85352af2 3,870 1.00/1.00 vMB 12
845,363 845,363 00000000000000000002f8ad3730db67aa2ff8b0ec8236b86c1962dc95d9da66 2,689 1.00/1.00 vMB 10
845,362 845,362 0000000000000000000236e85135b5adc4332ac0fccf5d64d6583af93e276c71 2,958 1.00/1.00 vMB 12
845,361 845,361 000000000000000000022dc1a6cea8c5a2aa4be14c0fc6b2d74479ff996753c3 3,541 1.00/1.00 vMB 25
845,360 845,360 0000000000000000000005fabde748b7cded578cb98dd14f3ae930ef1755dc6f 3,964 1.00/1.00 vMB 14
845,359 845,359 000000000000000000012fa1d394f5389ddc2353a8e156b863983e10a1f46e49 3,951 1.00/1.00 vMB 13
845,358 845,358 000000000000000000000f5f553ebdedd3de5611175abf21f2c084c9e05082ee 3,267 1.00/1.00 vMB 17
845,357 845,357 00000000000000000001dff84e48af6033a52a9b4f3f25d4d27f4a186788cb16 3,967 1.00/1.00 vMB 20
845,356 845,356 00000000000000000000f1e4d63b325c6d2f0f77811cb99e60cda7befeabe8b2 4,312 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.76 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: 632.31 GB
    • Received: 12.11 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.