Loading Tool

Explorer IconExplorer

Memory Pool

16,944 transactions
9.70 vMB
0.04139056 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.16/200 MB

Candidate Block

Mining Attempt 4e856c262cb4b16d8a705e27f304e56b03e10e57857c86ae52598fd1f0832fd8
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root bc5106acd658bf99289a9cb3ca8b176ea0fcebd0c00e684f6da93e5b8ab52b32
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.01974554 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (687,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,494 225,494 0000000000000209c5e62ebec94c2e4fdab9d35816fc21276125a6e7d1bdd95e 384 0.19 vMB 176
225,493 225,493 00000000000002cc2b4ca2a46776eab06e170b1e1fdb874fa417bd6be482b30b 228 0.11 vMB 166
225,492 225,492 00000000000002efd27aa1a86c350ede6a4da97ef1c75b193f4f0ed5be8e7df4 459 0.20 vMB 193
225,491 225,491 00000000000003c0d1a18af41b622b42ea67d527e84e9faed186e0fe03b71a6e 190 0.17 vMB 98
225,490 225,490 00000000000002b3a4e24cfc259b4527d521dad3b55e612a2f35927637a4a38d 258 0.13 vMB 143
225,489 225,489 000000000000039bb5079a209f48cc78822130425dfe255d5b0a45cccfc4f8f2 721 0.25 vMB 257
225,488 225,488 00000000000001775c28ac12a999911068ab27931f5647c7c717daf774b5e714 481 0.21 vMB 182
225,487 225,487 000000000000027a18347734a149cbd836ceb6b37e7b6e6c71d11896cc3bd818 309 0.19 vMB 150
225,486 225,486 00000000000000c368b78d8f5bc1693832269254786586c21517b3a1080468a7 405 0.25 vMB 132
225,485 225,485 00000000000001c01fd21bd778754d73c4fa8f2660beef23a72c179bff55cba4 499 0.25 vMB 141
225,484 225,484 0000000000000154c72639ac98dc451dd06ab184bea5bdd94cd3214596380f0e 517 0.25 vMB 148
225,483 225,483 00000000000000c060cd9cee1841fc3b929301e1ddf410fbfd3c18dfaa5cdca9 775 0.25 vMB 248
225,482 225,482 000000000000034ea1b51277d63e4c78acea8e7ac617973bb1cf6f0c92e24e4f 549 0.25 vMB 197
225,481 225,481 00000000000000df1f4326ae23a0c49216e7edf2939aa2fea7181c25ad564fb3 570 0.25 vMB 186
225,480 225,480 0000000000000296d49e192195d3e0d2d3149d381f424be0772e900b0a372c19 831 0.25 vMB 244
225,479 225,479 00000000000000fe1b1007922d6e070ce81dc915b763fa9da9bc6b7f8632535c 621 0.25 vMB 241
225,478 225,478 0000000000000175dd371efd47b0f2f386815e217f037ee150ebb3afb991fd12 300 0.14 vMB 146
225,477 225,477 000000000000032ee32f427b4d34099ae574d69b36e72933d7e2fbc5c62eeb51 382 0.19 vMB 138
225,476 225,476 00000000000001ff68fd54145b28842a87ec3ac11bda4b1b62679d54502de189 670 0.25 vMB 207
225,475 225,475 00000000000003798a91085a0e9d4bda1e21b86adb32e483085ac26bca0c2cc2 369 0.25 vMB 132
225,474 225,474 00000000000003964a527d09af7feed5b726087d76f845c13b5b319c4f7456bd 665 0.25 vMB 217
Previous 10 blocks ↓
Total Size: 779.51 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: 192.29 GB
    • Received: 0.76 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.