Loading Tool

Explorer IconExplorer

Memory Pool

45,705 transactions
28.04 vMB
0.10265172 BTC
Random Selection Loading Transactions
Max Size: 147.02/200 MB

Candidate Block

Mining Attempt c746af605d5eed18d06691e4ac90c71d1c8e4cce4870c0a98769c4ee13968813
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 64109c51ee5eb8ba15cf789d5c6c594e68c61c4ee58c1ca908c34ca24dd799ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,300
Size: 1.00 vMB
Total Fees: 0.04232432 BTC
Feerates: 265.25 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (272,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,512 642,512 000000000000000000067f1f2bec6fbff430397a1d285f4d14f95da38631481e 3,062 1.00/1.00 vMB 194
642,511 642,511 0000000000000000000bbc7208d52e382c04e0fb8a936b01e16ed33f85a921cc 2,025 1.00/1.00 vMB 115
642,510 642,510 0000000000000000000d51c3d69bd0be598f4b21910c8d7339b7a0232ceac9b8 2,913 1.00/1.00 vMB 134
642,509 642,509 00000000000000000009f5aa6f27295efaa3f7d246f7cd8179bc45d31ef90a19 2,789 1.00/1.00 vMB 162
642,508 642,508 0000000000000000000e7b77039e13ea14aa3e6b65e4065588c310ad63f96985 2,873 1.00/1.00 vMB 183
642,507 642,507 0000000000000000000b1500d4c15b3c148e6789eaf8787b2f19e795d25fd6a8 2,035 1.00/1.00 vMB 122
642,506 642,506 0000000000000000000acdde47bd3088f434dd0a90e34f67c04457b0c12dd91d 2,307 1.00/1.00 vMB 148
642,505 642,505 0000000000000000000bd208e9120d55747ff02622d5cf70bb5eb066620956f1 2,603 1.00/1.00 vMB 156
642,504 642,504 00000000000000000010a26e4b95abf514ced6b505e5b3fc10617d1e4b95d58e 2,332 1.00/1.00 vMB 173
642,503 642,503 0000000000000000000662c0364ab6ca15991cd4f5aa540d3c58748083ff4caf 2,831 1.00/1.00 vMB 188
642,502 642,502 00000000000000000008bb31bd5cedda499e5195f7370a4d336630155b21cf5d 2,726 1.00/1.00 vMB 86
642,501 642,501 0000000000000000000cf552a4935c5d6f9c8838b03af02f266dada0519ad381 2,775 1.00/1.00 vMB 85
642,500 642,500 00000000000000000009a14014e3f01f0cd55079af30bf6ab1105696ead7ef23 2,647 1.00/1.00 vMB 90
642,499 642,499 000000000000000000076c316e4e7c48628ec0a453d02d2a1f6dc26f437b19a6 1 0.00/1.00 vMB 0
642,498 642,498 0000000000000000000de294bef1c1646e21636bff5c71104792deb63a58f508 2,773 1.00/1.00 vMB 119
642,497 642,497 0000000000000000000f4a471d399613a30b33aef218204e94971d480cd8a645 2,194 1.00/1.00 vMB 122
642,496 642,496 000000000000000000109f0d91d059281fdbe8edb35c817fe6ecdd518b668c91 1,494 1.00/1.00 vMB 135
642,495 642,495 0000000000000000000ab151bcc0b5eeedcb5295492fdfd43b62cdce87ffaefa 2,774 1.00/1.00 vMB 177
642,494 642,494 000000000000000000096d1d7e8418fadc19ff9a22df3bfe3683d795a62a3ebd 1,793 1.00/1.00 vMB 120
642,493 642,493 000000000000000000077688baf9736203e36977f811a24db3619129deac1dff 3,049 1.00/1.00 vMB 175
642,492 642,492 0000000000000000000cbc194ac2f433cc9191974ee4db171583fb4b3e3ee359 2,753 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.41 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.