Loading Tool

Explorer IconExplorer

Memory Pool

19,223 transactions
9.38 vMB
0.01744869 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.57/200 MB

Candidate Block

Mining Attempt 4aee42b3c8b5d44a65057602afa68eeca8843a30ef890355c638d37a69cfa798
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 24d490abeafa7bb2ce13ff48cbd2dd6548c0908897abf42557ee3b534aa38b44
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,299
Size: 1.00 vMB
Total Fees: 0.00283009 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (706,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,095 207,095 00000000000003f03f452eecdca7a110b91cc4b6c21d6eeb01cc35664b0721cf 348 0.28 vMB 129
207,094 207,094 00000000000002c91521a467e75e2cd3fb3278b2420f938950d8562a30aede85 110 0.04 vMB 130
207,093 207,093 0000000000000081aafc302ce4815fccbea1ade7f35023858d8209892aef03cf 36 0.01 vMB 166
207,092 207,092 000000000000014e1319dffefbd77e8a0478af429c98162ddc101992ba0a8ece 277 0.10 vMB 166
207,091 207,091 00000000000001f757bd256c89ff785c40e0e7bf4243a294e07e6e57a8aaf411 482 0.19 vMB 210
207,090 207,090 000000000000040f883801bd432ae638258dd852e124f8db349a9a6afc0bd4df 312 0.12 vMB 267
207,089 207,089 00000000000000d734f4ee6141eead4a6a835437a92cb66fd7804674a6146e82 29 0.04 vMB 59
207,088 207,088 00000000000001fbbc3298de1c835e0d3c9e2244eab533f3e6e34d33004737a3 108 0.06 vMB 145
207,087 207,087 0000000000000222cb153047a0666ce28efc46363e26360bf134ee3755887b07 406 0.16 vMB 241
207,086 207,086 000000000000034ce21bc7e42ca78415140c5a92d3e1215ccef5373b4be1d884 339 0.19 vMB 153
207,085 207,085 0000000000000142d9cd9ecdbf0dd6ee262db0e0a66c0c89cce6dbde872fd98c 84 0.03 vMB 97
207,084 207,084 00000000000001953bea52d3e5fcb34f58ac8b14e10810909cd3b747d1cd7257 303 0.17 vMB 178
207,083 207,083 0000000000000102ec3f66d916a53795ed0e5d354c0587167ace7d53f5d0136e 9 0.01 vMB 165
207,082 207,082 000000000000033d96e39257ae523e242653fa7723d372a69bc2730ff8e4e83e 82 0.04 vMB 200
207,081 207,081 00000000000003500947f5e439a482aadc8c134e327ac24b274f68c6a5bc7fc5 345 0.22 vMB 133
207,080 207,080 000000000000027eda1e551478b7d2b497ca6e119efa4f38effd08849c686d4b 148 0.06 vMB 27
207,079 207,079 00000000000002be2f8fed11ba26f02fa2efe1a065562705f6c1ff1ae642c10a 140 0.05 vMB 162
207,078 207,078 00000000000002a922029327198287044de955baa5c0486e9a1bfdeeb43d430d 66 0.02 vMB 53
207,077 207,077 00000000000001cc52da7b281c26875def426fc980088beefc8ca9c4c7c054c2 205 0.08 vMB 190
207,076 207,076 000000000000042ee0daa01946d82f559ea8100d09e74c00fe6cf458bd3e1748 445 0.22 vMB 221
207,075 207,075 0000000000000482007a6a36e64d0dddf35012eef65b507fdd75c8065bf0f269 422 0.17 vMB 235
Previous 10 blocks ↓
Total Size: 779.75 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: 380.18 GB
    • Received: 1.91 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.