Loading Tool

Explorer IconExplorer

Memory Pool

23,938 transactions
12.06 vMB
0.06043929 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.72/200 MB

Candidate Block

Mining Attempt 0748824c6baffb1467d4e0131014290760f66f2ec2e5c15852f282ac727adbdf
Version 20000000
Previous Block 000000000000000000006a97e8215f613a42a086a65546d53902b881da356726
Merkle Root 03dc462fdb18266473fb61a5fd50601c9adf18395c5b1195ac3e919465fb3d51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,413
Size: 0.9979345 1.00 vMB
Total Fees: 0.04016961 BTC
Feerates: 502.67 > 4.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,670 (649,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,476 264,476 000000000000000966b358cf43e51a86545060e3714b13344d5c46fa4cb01c8e 560 0.25/1.00 vMB 107
264,475 264,475 0000000000000003bd4e188140a32f7690fa94496f2a4cd577cc785c0e845c9b 346 0.15/1.00 vMB 143
264,474 264,474 000000000000000d2eb9f344a9920343c89a67805503d44c93b0af02378c9374 246 0.14/1.00 vMB 234
264,473 264,473 0000000000000000433422a9f10039a7fe97e60c8c9a5d96e56cbde73793be76 270 0.21/1.00 vMB 89
264,472 264,472 0000000000000005cd6347afe2ab6d4b0ccda4b90811bf98d164f98564d4219a 284 0.13/1.00 vMB 110
264,471 264,471 0000000000000009d4f6ca0767830d01fa4011f3c8e77db0305d3c40dcedbe19 280 0.12/1.00 vMB 115
264,470 264,470 00000000000000030bc4438ddc0d3782c35a48d7d03bf00f50f7af07db0c9629 336 0.15/1.00 vMB 88
264,469 264,469 000000000000000cf616181b4e405ae19da20fbfc83303c83ae2b53e74920ace 464 0.20/1.00 vMB 102
264,468 264,468 00000000000000034c43898289b97b6d121fa88064798091f467622d75b3584e 309 0.15/1.00 vMB 855
264,467 264,467 00000000000000001d1f117f3525a77ae23176b0dfb3d048336f180d4068ea73 511 0.25/1.00 vMB 103
264,466 264,466 000000000000000d921ad38e46d41583dd0d6ffc15f21838e814588c5a7e7793 271 0.16/1.00 vMB 65
264,465 264,465 00000000000000097ef6aea4e095c2ca27935d7d9dc3c81c10fc8e2d744e11cf 98 0.15/1.00 vMB 8
264,464 264,464 00000000000000061e4ac1331eba7e0535c92334aa52b4122dd06677d50dae45 431 0.18/1.00 vMB 94
264,463 264,463 0000000000000000ead448a09635158f1e10103bf21e00e40334d58a6163e969 457 0.20/1.00 vMB 117
264,462 264,462 00000000000000005717935a8cf6b0ad50848eca12df0eb93212cd918154979d 268 0.15/1.00 vMB 25
264,461 264,461 0000000000000005f5ed69fc33cd2e0bd69167cf06be046b308e297827290f53 574 0.25/1.00 vMB 143
264,460 264,460 000000000000000681151c2e62d9d0534cc417f19d08e9fed20451aea515db9f 241 0.15/1.00 vMB 45
264,459 264,459 000000000000000a362732c44f060b4c82d04b565b15623a5df4ade72cf09e55 262 0.15/1.00 vMB 7,448
264,458 264,458 0000000000000001045c5d65a3321003fb27c8130a6d38d480bf6c12bcc0c58f 203 0.10/1.00 vMB 60
264,457 264,457 000000000000000a2a0a8ccebb92d369284ee075edc0ab65eb7856e482e7af21 481 0.29/1.00 vMB 88
264,456 264,456 000000000000000b0d851ff6dda459f52c3c073fca9d1d0d6d1ba2e06b4a5c15 497 0.24/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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