Loading Tool

Explorer IconExplorer

Memory Pool

34,959 transactions
18.91 vMB
0.06540433 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 102.78/200 MB

Candidate Block

Mining Attempt 39e30d872ae4e69ed31b3e50f8aabfa88f14c45bdc4bf2a20691add2732bbc6c
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root b0fe4442afafa68b2273d10ff44980f0382955e5f615c9c7b9d5c8c5db89f8f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,488
Size: 0.9979915 1.00 vMB
Total Fees: 0.02994887 BTC
Feerates: 502.62 > 3.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (742,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,238 171,238 000000000000051b214965f2b4fc1c11756ef088882f70beb8c81bb28aba9db8 63 0.03/1.00 vMB 13
171,237 171,237 0000000000000a0da7df4036992f9bca251726cd9ba703ac0b533f0a0273b64a 48 0.04/1.00 vMB 210
171,236 171,236 0000000000000368dbb2b6a1723a549cd2ee34df20cf0562c6b5e49f44f9cb3f 63 0.03/1.00 vMB 115
171,235 171,235 000000000000089d8c014b8e67041a2927f1e5dec9f12bf91c441af95b8066a8 120 0.06/1.00 vMB 365
171,234 171,234 000000000000095b99e3c130fb9743d82689165c8b165fd8ae7016494e123107 22 0.01/1.00 vMB 48
171,233 171,233 0000000000000a2426ec52d89cc2ba88ca9a13cec92c6086f54d9a4308da6047 31 0.01/1.00 vMB 0
171,232 171,232 0000000000000add1dda1efbfb83b08c75f3c6b98ff3430590e404bf2dd6fcef 62 0.05/1.00 vMB 37
171,231 171,231 0000000000000615db6740087c10b95c09127d93fa96a605d68e5ab20a0283f6 1 0.00/1.00 vMB 0
171,230 171,230 00000000000008a33a32a471f547366d19804237ef3262782ed6b7e251c395f8 69 0.02/1.00 vMB 88
171,229 171,229 000000000000036cb1acef102a093649ca0fd04b263eb5b5f1a56836435f7aa5 16 0.02/1.00 vMB 0
171,228 171,228 000000000000054476756d5000db86ebf75854aa2f84c510f98647b6ab4059ed 45 0.03/1.00 vMB 87
171,227 171,227 00000000000007ac3c1ecfbfd561bcb1bd9b8d854e963d6bfa5990e69cf9b434 36 0.01/1.00 vMB 207
171,226 171,226 00000000000008412da0b80df7af832f792123e47bba9448ed6f2e869ee4c12b 21 0.01/1.00 vMB 159
171,225 171,225 0000000000000360077e4406becc031d0fd09c39879fcda017408284229dee6a 101 0.03/1.00 vMB 129
171,224 171,224 00000000000003d801908d67bbde48ea3e3f6190d7aa42caa29c0122b98a0df9 24 0.01/1.00 vMB 61
171,223 171,223 0000000000000846841cb100d045d10517225e112f098889ae47eb7922db98d9 44 0.02/1.00 vMB 204
171,222 171,222 00000000000000ce7f037c72f11defab90ce1a184f3201672960f477974bad98 17 0.01/1.00 vMB 179
171,221 171,221 000000000000082a26a1534a8d0cf09c3755bf7f198dc3a91abfbc699cda13a4 21 0.01/1.00 vMB 74
171,220 171,220 00000000000002dc487fe04d912ecf1f60f39e79206a37d971d12553ac95e703 4 0.00/1.00 vMB 0
171,219 171,219 0000000000000800b3fe1f1d45b00a88f5717c06f4af48ce3fea863f7e60afae 52 0.09/1.00 vMB 77
171,218 171,218 000000000000047cfd5b04c3cac35935ee6486366011065778a8b938c4b75629 18 0.01/1.00 vMB 368
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

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