Loading Tool

Explorer IconExplorer

Memory Pool

44,801 transactions
26.90 vMB
0.06619949 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt cd65d1bbbc0d53fb33a663830956f2b469546f4e6e84141d792384f98b8dc645
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 94eed32fecb08b9e86ea38a2754036c90bf53388a4a7fa3a973eee7eb7789d59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01643859 BTC
Feerates: 251.72 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (456,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,515 458,515 000000000000000001728c674ee837cb380e4100f7c90d51be28eda7d4716799 250 0.10/1.00 vMB 147
458,514 458,514 0000000000000000012173ed8bb4b95d19bccd85060f72ecd7e3fc94aac71818 2,195 1.00/1.00 vMB 195
458,513 458,513 0000000000000000000519d5b5c4aa25db3af4c4c13034b3ad9276a2f2a638d2 1 0.00/1.00 vMB 0
458,512 458,512 00000000000000000210a3b857daa8d3a6bf87f8b45ecc9ce0a1f487276cf4b8 1,934 1.00/1.00 vMB 133
458,511 458,511 00000000000000000232c2f199aa63ff91ee18af43dc3a9ce55d00146ba2511d 2,372 1.00/1.00 vMB 187
458,510 458,510 0000000000000000013c28f735944a50c10b7384d632bd3f6cc0fdf89aa8cd00 2,060 1.00/1.00 vMB 187
458,509 458,509 000000000000000000c5e0f23db81b5d4e899597fef2eacabeb8385ec6b4c3bd 1,112 1.00/1.00 vMB 88
458,508 458,508 0000000000000000022cb543dff5bc8b69c2fea6a36986ce622eb952d8b26150 869 1.00/1.00 vMB 74
458,507 458,507 00000000000000000020fa16b94dc83a1f249284f750f8e1947e475705f9b6e3 1,097 1.00/1.00 vMB 78
458,506 458,506 00000000000000000005dd5e8e32aca060ea56dc08b8940aa0c72764bf952415 2,318 1.00/1.00 vMB 136
458,505 458,505 00000000000000000120de503cd401c92de61af3b7c819dd0bd6c80bbc267888 2,296 1.00/1.00 vMB 180
458,504 458,504 0000000000000000001388b6f33f9852c6d3736832380fbfb9809372f48840dd 2,205 1.00/1.00 vMB 173
458,503 458,503 0000000000000000010823b1afe86763adee7dfd50ff71e12a8a840ded2c40af 2,265 1.00/1.00 vMB 184
458,502 458,502 000000000000000001a31a04c0f9a6a552a8b495a4a15031c30073709a1d2e46 2,860 1.00/1.00 vMB 238
458,501 458,501 000000000000000000072bfb7718780f32dd31768108f8d1abbab496803fd19d 2,031 1.00/1.00 vMB 195
458,500 458,500 00000000000000000228612c83a0b4decb2b919fbecb9982c19496110f882fa6 1,972 0.93/1.00 vMB 120
458,499 458,499 000000000000000001b8081a1da80e7cee77f98c188a62cf540add5faedb8235 1,928 1.00/1.00 vMB 180
458,498 458,498 000000000000000001803d11daf72253153211fc57b3fc9a726e8a921e5c5da9 1,799 1.00/1.00 vMB 152
458,497 458,497 000000000000000001ad5865848d0cae46600138114f3ec674b960c577bf2ac1 1,664 1.00/1.00 vMB 213
458,496 458,496 000000000000000000887b1ea6aae8c381a6d1f5bcce57d391090c470ab25dcf 1,953 1.00/1.00 vMB 132
458,495 458,495 000000000000000000d69195ed8228739cbc03bf93599514bff5a0ae603fb857 1,971 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 781.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.70 GB
    • Received: 12.88 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.