Loading Tool

Explorer IconExplorer

Memory Pool

79,050 transactions
29.61 vMB
0.07401228 BTC
Random Selection Loading Transactions
Max Size: 177.68/200 MB

Candidate Block

Mining Attempt 7ffd3b4af320fe194382f43d523f6850b5cc477604b68a3734b937761ab75220
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 00e9f46aed3524958f4435bcc01ef2f56704af963c772ddf693426d45c54b221
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,144
Size: 1.00 vMB
Total Fees: 0.01358691 BTC
Feerates: 150.98 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (335,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,251 579,251 0000000000000000000ade245f45a10999f8f4b9ce9f481ebae5d9d109358806 2,363 1.00/1.00 vMB 80
579,250 579,250 0000000000000000001fb5b7e524816cd8ddeb51a5887f7cd7f33d566f8319ce 2,714 1.00/1.00 vMB 86
579,249 579,249 00000000000000000006584aa81c7461f9f97d37333c4c2ece6dd336034f10ec 2,398 1.00/1.00 vMB 14
579,248 579,248 00000000000000000012c726ca3b72672aaaf807403c432c7d34d7679ab8970a 1,596 1.00/1.00 vMB 48
579,247 579,247 0000000000000000001232e0bd5682302245173620289cdebbe40a00afd8b89a 2,770 1.00/1.00 vMB 101
579,246 579,246 00000000000000000021d24b5221c965b74f847c13824f2d4121ac5f04daec90 2,571 1.00/1.00 vMB 136
579,245 579,245 000000000000000000159bef70ed1ce0acfaddecf584579c421a1d8a7ad31fc0 2,770 1.00/1.00 vMB 197
579,244 579,244 000000000000000000147f71bf09b35a79f5ee47c29f9327dacec1ae5e6359f5 2,225 1.00/1.00 vMB 70
579,243 579,243 00000000000000000018d85194201fd4afb6822b8bd3282c7611d5f693be7871 1,721 1.00/1.00 vMB 20
579,242 579,242 0000000000000000000fe2c8c52f98d0e5558b55c879a66777ad4f1a0a04f4a7 1,933 1.00/1.00 vMB 123
579,241 579,241 00000000000000000007c2fca04140155e51dc27981970588acf165ca99bc331 1,901 1.00/1.00 vMB 68
579,240 579,240 00000000000000000014e82f1e47a4df2bee682b950ce7714401b86432d4c960 2,257 1.00/1.00 vMB 49
579,239 579,239 0000000000000000000761dd2c636d229dcdfe8c41ab506ad9f1ca8759e2e1ce 2,861 1.00/1.00 vMB 158
579,238 579,238 00000000000000000002ba0e59614037d8a01553c82bc64906d3b80432aa1e36 3,176 1.00/1.00 vMB 207
579,237 579,237 0000000000000000001b44145d188bb4c19f44a17bca67cadc0caa5f51605b47 2,909 1.00/1.00 vMB 50
579,236 579,236 00000000000000000020089cd9bb43c32c638c7e092a33ebf185780e470597ca 2,721 1.00/1.00 vMB 110
579,235 579,235 0000000000000000000903a96e719605fdbada2bcb565daddcda0d2ad392123f 3,240 1.00/1.00 vMB 205
579,234 579,234 00000000000000000004e4be577d8a8282d132c59fdeda55fc412cfbaf3ee629 3,019 1.00/1.00 vMB 186
579,233 579,233 0000000000000000000555d30784365fc1809513f3c3882440cf5ee6d489b84b 3,014 1.00/1.00 vMB 184
579,232 579,232 00000000000000000025aeef4bfaf33e77087dfc838f95d8f7b3c798dbdd5fe9 2,388 1.00/1.00 vMB 59
579,231 579,231 0000000000000000000adff4f9228e57ecbccee5146c3015158c22bb4b7e3e25 2,940 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.