Loading Tool

Explorer IconExplorer

Memory Pool

28,805 transactions
5.48 vMB
0.02439991 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.30/200 MB

Candidate Block

Mining Attempt ca9503097e67a4c655b2c8c04f83a446a134ffa013419b55d59bdca576f4f987
Version 20000000
Previous Block 00000000000000000000cafd638156aeaed7f06745d8bac0828a3f49c670b07c
Merkle Root b6123573abde3f8ba6b1e1a3a530868b24567ced4c5335c7d035012f1b37d49c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,020
Size: 0.30 vMB
Total Fees: 0.01071812 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,958 (704,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
208,210 208,210 00000000000004c630f1e93dcb0648aa90459751f3c43170a43c43cf4eb7bce0 0.05 MB 142 72
208,209 208,209 000000000000029f553740e1498f03984b9cbfcf5885b7305d4ebb0c5a7c58af 0.16 MB 254 116
208,208 208,208 00000000000001cc2db19509b4690f07ee3c78a7360f9e9dda9bcc49e051d508 0.14 MB 321 210
208,207 208,207 000000000000037b68cf3226e98cfe90218d2ba7a8f2ec8895d7582d190ec745 0.03 MB 54 53
208,206 208,206 00000000000004c72b281761cd5aef351f8446878092677940bdfbd72eefebfa 0.24 MB 512 157
208,205 208,205 00000000000003dabd2209867f360682bfbc91cafb168c6f9867a5c67494826e 0.25 MB 832 250
208,204 208,204 000000000000005e0e1c1e9e84465be48ba700283edf1f075dc13a4412f34217 0.26 MB 594 276
208,203 208,203 0000000000000478d720d38ac5b40a03eb047929387fe0ea0b1d30dd8024e26f 0.03 MB 68 90
208,202 208,202 0000000000000176e1d8b66d1bb9e8871f5d61f7fc0ab5ddd06092f17c5d7d1d 0.15 MB 444 198
208,201 208,201 000000000000031c83d1f8de006e55a7223d3fdacc00252dbfeff3be569f4ea4 0.10 MB 167 138
208,200 208,200 00000000000003cf1de105fb5d56114dedeac8ac77e97cd482da16143aa0e71a 0.23 MB 461 143
208,199 208,199 00000000000003d263d00af54f7ce2ac5671ef5c9b79d9117064a2d0720a2dd4 0.16 MB 376 180
208,198 208,198 0000000000000149519102f5884abd5dfa2069589f35750b3ceba4c36e86e0a2 0.05 MB 146 57
208,197 208,197 00000000000003bc68addd9d5ec82a5b721eafe072b5241c91fc42c495dd35d2 0.12 MB 244 161
208,196 208,196 000000000000007f1bca0dea70a1dcdafd1c5bef561f910034805ef251f0fdd7 0.05 MB 107 183
208,195 208,195 00000000000003c7f8c62554254d0e62e5404f7c9b264b159e2589068ce3f2d2 0.32 MB 326 86
208,194 208,194 00000000000000c1d859587c72f7516f52b52f31701ef0847977e1a409fd245e 0.16 MB 277 167
208,193 208,193 0000000000000283f5184287a4012a227015525ab515d430aadf84228b123f86 0.02 MB 58 153
208,192 208,192 000000000000040961be47489a2e969ffbadbac7ef09d7f9a3cef9b6307096d5 0.18 MB 346 191
208,191 208,191 00000000000001aa37f11bcebbb4176f9619bd6e7b7bda7e25747a4da8b64c79 0.09 MB 307 48
208,190 208,190 00000000000003301408b93ff124088d8b016e1a985165b9d5902823f50c6d3d 0.05 MB 128 230
Previous 10 blocks ↓
Total Size: 778.77 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: 350.08 GB
    • Received: 3.07 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.