Loading Tool

Explorer IconExplorer

Memory Pool

8,789 transactions
3.50 vMB
0.01355166 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.22/200 MB

Candidate Block

Mining Attempt adbbba172f3549eb03779a8037654a4e3f49f7e0d2730983d63c592f90829d7f
Version 20000000
Previous Block 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f
Merkle Root fc3e816b75319d6fab2f10a94a5b51953eadfd9ae0d2854886b574c7df4f09e2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.01011300 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,492 (768,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,445 145,445 00000000000002f97d8ea676f52192be96bdc8fbfab1ec644efc9e0711be078e 2 0.00 vMB 0
145,444 145,444 000000000000005c0d097a8cf79405902e6e57a4aba40f9f236217abc8186f8c 13 0.00 vMB 47
145,443 145,443 00000000000001980cc5b1f50238a2134a38f49d6f2cc4e1e7749c783d3d6a07 12 0.01 vMB 77
145,442 145,442 00000000000004fa7fa7ca4bc8b56fbefb08ea50d6610757234e5ef596c9c855 12 0.01 vMB 78
145,441 145,441 00000000000001762507ad1996b01e7b9c529c25e35dd627cf58a019bb3849b5 86 0.02 vMB 2
145,440 145,440 000000000000051f76ef9ad3559f6b074ad4df57ae18e31ec1e479785e9852c8 81 0.04 vMB 153
145,439 145,439 000000000000098771654abe490e4a5b48e30b057543944c220331c6624e8727 13 0.00 vMB 0
145,438 145,438 00000000000002a23c10dddbf262bac752d74e10d6be2d4224123157620f2f8c 71 0.03 vMB 77
145,437 145,437 00000000000003a1e9d764cbca3f74ce817bc7cacc7990a06413d1a03d930a3f 99 0.04 vMB 168
145,436 145,436 00000000000000690875414726bb009297ff576a27772354eea17d9c40c7f0c1 12 0.00 vMB 18
145,435 145,435 00000000000000b2bc9eb066bb7ee431bdf4a3b9679cb407252d6007537fffae 1 0.00 vMB 0
145,434 145,434 000000000000020ce5b7c80f60091f6f3b778b32b2b92909a4f06c45741afa95 21 0.01 vMB 209
145,433 145,433 0000000000000100651c4e9ab547f071a8954b127174c86603ae6b3f0fe90612 13 0.01 vMB 178
145,432 145,432 00000000000003b258311839dc4a2c9bb7642bd333ce1742589f7a8ccf672362 11 0.01 vMB 28
145,431 145,431 00000000000008e8620723b8de7af389810678026b7680b7df7ca13a2cf70b69 60 0.03 vMB 97
145,430 145,430 0000000000000863c666147c79dc6c292e7fb09c5d60b7dbe279771c9b48f258 9 0.00 vMB 168
145,429 145,429 00000000000004601f36921203af4bdcf4197d0b6f4ca87742f462101ef27682 6 0.01 vMB 773
145,428 145,428 0000000000000283e2c7d49e7ef407312b954d11a34696f1e8afb84be9d3efc2 23 0.01 vMB 59
145,427 145,427 0000000000000752ed323964c2b57e9a98423b5787fc80994e238178b3b6a4a1 20 0.01 vMB 93
145,426 145,426 000000000000048f9bc18c939773561490a737bea4b5811c9b342c0fcb0657d3 87 0.04 vMB 109
145,425 145,425 00000000000000e8a03926131e439ca488f70ec761faaee1d2fb1b29c60d76fd 22 0.01 vMB 97
Previous 10 blocks ↓
Total Size: 779.72 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: 364.14 GB
    • Received: 1.75 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.