Loading Tool

Explorer IconExplorer

Memory Pool

26,508 transactions
4.70 vMB
0.01240408 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.98/200 MB

Candidate Block

Mining Attempt ef2e60c58c8bd1ff09ed124f248ed8d7dc8558f50bf17d5781ff06a46fcbf841
Version 20000000
Previous Block 00000000000000000000f174cf5764d1bed201c515cd91ae9b0c096da3b23d93
Merkle Root 58fd2751cac5bfd34516669fd9357dda498ed57aa25f40f3cf3981b51b7357d8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 48
Size: 0.01 vMB
Total Fees: 0.00058158 BTC
Avg Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,824 (763,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,268 149,268 000000000000010a6632cfe3d397ee938e3e0c3f066de93be46562f2dc7897ad 0.02 MB 41 92
149,267 149,267 0000000000000b0c23e97285bbc3b81251f4a6dd69416419a913ce0da137d59a 0.06 MB 95 98
149,266 149,266 00000000000006e1f18db45050b78af829e2b3e2bbd0667d6714e8035991a18c 0.02 MB 52 21
149,265 149,265 000000000000041de3a77b910fb74a6674ffe5cab3123d7ee99b471b131ca883 0.00 MB 8 456
149,264 149,264 00000000000005b4bdd5e9135200cc82449690786438ce50ce009001bf3ce374 0.00 MB 7 51
149,263 149,263 000000000000065e715c36b3cf143f435b4cbe4d6bb59690060364a8c8f2f0a0 0.00 MB 9 466
149,262 149,262 000000000000084a41aaf4f6edad96c3d91811c01a9563b5f3ce7ebd61d42382 0.01 MB 10 71
149,261 149,261 00000000000003afcdec13331e85a33435997c154a01450371b1918a309b7084 0.02 MB 50 162
149,260 149,260 000000000000042030ec66bfbf3c0b4c63c439fc65ae5c52a1955da291c4b47e 0.03 MB 86 110
149,259 149,259 0000000000000b27251cdc421e1d0bd1f28c951bda2f0c3705379ac40fad437e 0.01 MB 15 73
149,258 149,258 000000000000017290a800bcf56a8dd3b107e216c64cd343e88b098ea5c52d87 0.02 MB 37 153
149,257 149,257 00000000000009f924e904fd27c332775f3c5fff72f859f88a438608e37bc804 0.01 MB 21 8
149,256 149,256 000000000000067e894d4bd36c3ca1fb003907e0068f7d1ccb5c3c3d26299815 0.01 MB 17 171
149,255 149,255 0000000000000102092a84d29653d42d2492db228cc3e6730af29b5b13b73dd0 0.01 MB 23 127
149,254 149,254 000000000000043eed0844f3dd7a6798317c6bf80eb197573aa6716baf2639b4 0.01 MB 15 102
149,253 149,253 0000000000000904460dccf1ab5459e61e04484ff83a6e97087b3b9832149bed 0.02 MB 51 137
149,252 149,252 000000000000053b140c1d7387cf08a33c8cb1896f05b36811eb26943abbba42 0.00 MB 4 627
149,251 149,251 00000000000008f1d5b0d11139e588ea675c3cc40c843107fc982fe5ff8491cb 0.00 MB 4 31
149,250 149,250 000000000000055109e8b0982a4870cbc9c234a52fca42b9c2835d08af3b0636 0.02 MB 15 22
149,249 149,249 00000000000009a8952787c0f523d9774050e8386ccf08ee9a08395673101493 0.00 MB 10 73
149,248 149,248 00000000000003c7f03a8040d89f1e0ab96bb06a381d5e10adea6c493985f64f 0.02 MB 63 223
Previous 10 blocks ↓
Total Size: 778.53 GB

Node Details:

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