Loading Tool

Explorer IconExplorer

Memory Pool

38,369 transactions
33.15 vMB
0.15636190 BTC
Random Selection Loading Transactions
Max Size: 181.76/200 MB

Candidate Block

Mining Attempt 41710998c2d16cf7f42aac8d1645a27f233861184d26e62948664bff85643f22
Version 20000000
Previous Block 000000000000000000007e458d1d01e0afdb4bc783d6004f519eb52ce172705b
Merkle Root 34f752bffc845204b8f2a6f893ed7ecd26b5463e6278d5acdcb4c0a1c10f0dc9
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,793
Size: 1.00 vMB
Total Fees: 0.06680020 BTC
Feerates: 235.42 > 6.69 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,022 (342,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,604 598,604 0000000000000000000a4c8981951579595fee975d625c59bdc3d6c56a45fd5b 2,691 1.00/1.00 vMB 18
598,603 598,603 0000000000000000000e69b6d9edfdfe155e9f9a2f600ae8b4a551496fc4c23f 2,584 1.00/1.00 vMB 18
598,602 598,602 00000000000000000008912a5bd0a18b9b4d347a324fe7e83f0550bd57b7faea 3,086 1.00/1.00 vMB 45
598,601 598,601 0000000000000000000e0159cfaaeea802b7d922508219baa06cc5592c5fa58f 2,137 1.00/1.00 vMB 18
598,600 598,600 0000000000000000000a0d5c187960c51e1d242955ae0b7c024456e0a259439c 3,231 1.00/1.00 vMB 22
598,599 598,599 0000000000000000000d00eb6317550c7f3aeab835aecab5d301e59919ce2de2 2,840 1.00/1.00 vMB 25
598,598 598,598 000000000000000000086469d7bcc727769c9c8f1bf7897c2c5860292ca930b9 2,999 1.00/1.00 vMB 64
598,597 598,597 00000000000000000013f753ab84180d00a7d7878ae4c9bdd0fb25fa796334f5 1,752 1.00/1.00 vMB 18
598,596 598,596 00000000000000000001fbcb5a385c9110084a4418bff38b7bf2270276d6a333 2,802 1.00/1.00 vMB 51
598,595 598,595 0000000000000000000a3e5669c28464ced4aa908d71fe040448817db0259dbd 2,834 1.00/1.00 vMB 26
598,594 598,594 0000000000000000001390e4669d5a6c87fcf9ac3c86e94dfbb6bda92da86b18 428 0.15/1.00 vMB 24
598,593 598,593 0000000000000000001427fcc393db513a1b3b309e3b9e2f7ab3423af5d362aa 539 0.18/1.00 vMB 24
598,592 598,592 00000000000000000015d29e5dee7d6fbb6c610dd723ee4a6e021e4d321ae62e 307 0.10/1.00 vMB 22
598,591 598,591 0000000000000000000c1fa19105202cdeffe10fc58fdf452b55ccd004429f8b 736 0.23/1.00 vMB 29
598,590 598,590 0000000000000000001376c6e6cc8e0b58d7d70683dc4fb7d6a0d526306c552e 338 0.10/1.00 vMB 28
598,589 598,589 00000000000000000006664c0bf8466efd701101a1027596c98ecdc155fb23c4 2,791 0.96/1.00 vMB 17
598,588 598,588 00000000000000000006267af3686a33b7ed32ba9481737390a022afe59c3111 2,976 1.00/1.00 vMB 15
598,587 598,587 0000000000000000000844d6ca3fd4204b8ea65968f66148eceda8f3fc247eec 2,828 1.00/1.00 vMB 17
598,586 598,586 0000000000000000000802b59b6061876e0e21689966753714992f0caa32b237 2,570 1.00/1.00 vMB 44
598,585 598,585 00000000000000000015e2aa33709074c99568f35080316eaee72b12504012a2 1,632 0.53/1.00 vMB 20
598,584 598,584 00000000000000000013d3355e273a9eda722d24084cb31f9541f94555722df0 81 0.02/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 828.59 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: 4,606.95 GB
    • Received: 248.14 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.