Loading Tool

Explorer IconExplorer

Memory Pool

41,203 transactions
19.88 vMB
0.07540574 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 111.08/200 MB

Candidate Block

Mining Attempt f29d0055ea075b64f9ec7d75673667d2269553d032b957b6b25b4772e336f531
Version 20000000
Previous Block 00000000000000000000e9038dd4e0545f879c5e864a961132f9b6b59b1e7b55
Merkle Root 14d32cf02ea7e2aed74bfbc40f97c9e410cdc23383bc6353bafc780c5cfa90c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,295
Size: 0.9978815 1.00 vMB
Total Fees: 0.03735917 BTC
Feerates: 301.60 > 3.74 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,877 (707,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,296 206,296 000000000000017bd80694d38bb8c1234fc699aefaeeee480b78b8ba99873248 145 0.08/1.00 vMB 138
206,295 206,295 00000000000003cc24f050379b6d64853a396bb15e2a1ec1736b5a8553be9043 251 0.10/1.00 vMB 165
206,294 206,294 00000000000002275416913feac275b1c90df634abd1d33f1bf5d3281b33c0cf 20 0.01/1.00 vMB 122
206,293 206,293 000000000000038c509f3a148cd151408a38115704d500817f649635a5e23b75 18 0.01/1.00 vMB 79
206,292 206,292 000000000000024dd1b25675c472c109aaecdbdaa49cb6e1462a8b94548db82b 24 0.01/1.00 vMB 192
206,291 206,291 00000000000002383a6609fff96294db2e686b50698d1718f8e34135aace7c93 40 0.03/1.00 vMB 429
206,290 206,290 000000000000023e16bdb51fb752c7c051c786f99bfd15717568bda10b8a0274 676 0.24/1.00 vMB 205
206,289 206,289 00000000000004dcec2f7dbafe025a39f3e92b08c2c49e78fbaf0f9cfae271a1 73 0.04/1.00 vMB 138
206,288 206,288 000000000000049f68c01521ec782ff69903c0ddc407eacd52f98a5a4120825c 72 0.02/1.00 vMB 62
206,287 206,287 00000000000002f2a707eb4e4d7f35fdb937ab2e0572504d8c28d6989e65a9ac 219 0.08/1.00 vMB 181
206,286 206,286 000000000000015b817684cbb370bfafdb5c5f5abb24214ad40f387917072a64 133 0.09/1.00 vMB 139
206,285 206,285 00000000000002507247ce137b238adbcfb136d0ce6b9bbae000cb045bf97e12 92 0.05/1.00 vMB 147
206,284 206,284 00000000000002d472d8ef16b44312d427dd6a3bda03622299aae9c251a8fb22 696 0.28/1.00 vMB 193
206,283 206,283 0000000000000223085118264c8252b4724039b49e4c9d96d841fe1b0bc937c8 134 0.05/1.00 vMB 120
206,282 206,282 00000000000001ec6186ead4c1ef0adec4860a0ea8df36f3e2b65a9e4f06596c 62 0.02/1.00 vMB 148
206,281 206,281 000000000000042fd4ce3cc9ab92ef95b3241b12a3d1e3f1f211c3af71b7c870 25 0.01/1.00 vMB 73
206,280 206,280 00000000000003d617f8c71ee2b167a3567853be923b1a8aa98369180b4cb173 169 0.08/1.00 vMB 293
206,279 206,279 0000000000000449906e9a558ac961c1493c7bdc254a2a5dcdb94786c0e52597 111 0.04/1.00 vMB 126
206,278 206,278 000000000000022b87c2f8cad02fffe74476733b9beeb417ec222c81250d6573 70 0.07/1.00 vMB 81
206,277 206,277 0000000000000107c79e98fe5b5ca3f99ff08d8e5a1710b8a42f962d9f1ef370 13 0.00/1.00 vMB 167
206,276 206,276 000000000000041e017c6573705b9ff9392fc01df8631d66344c7b70a6b6115a 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.39 GB

Node Details:

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