Loading Tool

Explorer IconExplorer

Memory Pool

41,891 transactions
26.75 vMB
0.05645474 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 70e6a67f798ec71c98a28e7e7cb8d0065cb51ecaf1c43d7faaa03d737154965e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (326,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,360 588,360 0000000000000000000fec76304c2cc562b0d4dfba03781c08794abbd40a636b 1,108 0.37/1.00 vMB 22
588,359 588,359 000000000000000000167b6ab440a1907b97f700d391aa2e53977bceae638d64 1,737 0.72/1.00 vMB 20
588,358 588,358 00000000000000000017630279de09042248ed496caaf27a3d962698219c4e21 866 0.34/1.00 vMB 23
588,357 588,357 00000000000000000004c8100b9167a627d22fe8bb590ffdd52f4f6c39ce995d 308 0.11/1.00 vMB 22
588,356 588,356 0000000000000000000459240a22efa1d5719727b08a97b7e33bc139ebc2da4a 1,252 0.39/1.00 vMB 12
588,355 588,355 0000000000000000000a9efc87f95b2d7fb0025c3367accf9ceb5bdca91fb28f 2,839 1.00/1.00 vMB 8
588,354 588,354 00000000000000000005f62515f1b9a7a6edfaf75a41e7123ca92f99a9c7ed77 3,044 1.00/1.00 vMB 32
588,353 588,353 00000000000000000011038a2b7418d8a8a81d79acdff41329f1a3ce8e6db4b6 2,327 1.00/1.00 vMB 38
588,352 588,352 00000000000000000018343e058a2ef1a477131bfa91a4f334c0e2bf735d4c26 2,880 1.00/1.00 vMB 26
588,351 588,351 0000000000000000000da57cc4163ea9235d4710266d9f8fec7f5cbd60319f51 661 0.22/1.00 vMB 30
588,350 588,350 00000000000000000009b919d5802b2c800b86aa9f79ec06c261f09577f165e5 2,252 0.72/1.00 vMB 19
588,349 588,349 0000000000000000000443c9b9fb720fa7e0293ee25ae022d7a202b6d8708889 2,711 1.00/1.00 vMB 16
588,348 588,348 0000000000000000001eab511e764c7c7255753f884e950da0a6cfe52d1448e6 3,090 1.00/1.00 vMB 35
588,347 588,347 0000000000000000001db836dfa5733160b0da5ada34f793a869ddef21655179 992 0.31/1.00 vMB 21
588,346 588,346 0000000000000000001bc61803ec0a8df5ec150ebb1bd635b16a0ad6896d26e1 2,065 0.66/1.00 vMB 22
588,345 588,345 000000000000000000162e53de22862376ede4ac37a4437407545876f5cedc70 1,442 0.49/1.00 vMB 21
588,344 588,344 0000000000000000000a4a602cd279a3f2bde711aa15c49dd9867afd5ce484a0 2,202 0.76/1.00 vMB 21
588,343 588,343 000000000000000000134d0154b7340e4014bf55444ccc1ba7ee30b177dd88dc 2,357 0.83/1.00 vMB 22
588,342 588,342 00000000000000000003251a99029223022d84b54a9ab6f47cb90597e6542799 1,408 0.60/1.00 vMB 14
588,341 588,341 000000000000000000127749c9171e2fa3716007d7da5573c46131447980af7b 2,344 1.00/1.00 vMB 29
588,340 588,340 0000000000000000001ac6868e1c7e949e83b38b2531826c4e6a5e9866fc87d7 2,125 0.80/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.