Loading Tool

Explorer IconExplorer

Memory Pool

41,359 transactions
27.50 vMB
0.13101035 BTC
Random Selection Loading Transactions
Max Size: 142.33/200 MB

Candidate Block

Mining Attempt 854d109fd59877228e334c4e94d87a08db6b45c48eb1bfba2db0a3b4feb8078b
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root ec156e43108e66ec7a21e5e67abc91cb05d5e3d6ce67e9ee9983bdf58f47c961
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.07026902 BTC
Feerates: 285.90 > 7.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (69,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,387 845,387 00000000000000000001665e8505e62da667036806ae5c275d33fd56fc40a948 3,155 1.00/1.00 vMB 15
845,386 845,386 00000000000000000000da2dc18832418ffa6d97fce7fac81667a7b99573ba7c 2,176 1.00/1.00 vMB 18
845,385 845,385 00000000000000000000561da77da661f273e2fd6728057fc28407a951ebdedc 2,748 1.00/1.00 vMB 26
845,384 845,384 000000000000000000028ad018e4b503c89c41420ff2e030e2f14518dee52f38 3,173 1.00/1.00 vMB 14
845,383 845,383 0000000000000000000166b8f2d172b177f5bc6e98196b1a726c343d9a10943b 4,667 1.00/1.00 vMB 19
845,382 845,382 000000000000000000013a483b54360f95d99b0c04fa6f75cf8583c0fcc2c81a 4,200 1.00/1.00 vMB 25
845,381 845,381 00000000000000000001cff437ee16de2399750f7b6a720fa2d19638ae1145d6 4,941 1.00/1.00 vMB 31
845,380 845,380 00000000000000000003017683d561d82bbc5d66b9bb39e0058d57e0d8c75ecf 4,312 1.00/1.00 vMB 40
845,379 845,379 00000000000000000000f3bb539bfcfb0a793ebde4c835458e39dca6a220d99f 6,188 1.00/1.00 vMB 36
845,378 845,378 00000000000000000000e5dd67f30bf758c728ab9f441795bae05843224c8b7e 6,072 1.00/1.00 vMB 42
845,377 845,377 000000000000000000030f5de443f9653f9efcf1d2d1b96878694e127edb1f0c 6,383 1.00/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.