Loading Tool

Explorer IconExplorer

Memory Pool

11,251 transactions
4.01 vMB
0.04819730 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.35/200 MB

Candidate Block

Mining Attempt 68f45ac6fb84ca5041903a0a7038f979aaf7203e1a14b929c006e8a753b9c687
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root ce1874ec4974cb13449d78bbb770f51d79b7eb149b5edd479be42f8442731301
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,170
Size: 1.00 vMB
Total Fees: 0.04345305 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (684,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,890 228,890 00000000000001016750ad66f7b653f4b76e28f9bb237ab036d7d2b26d2950bb 304 0.24 vMB 121
228,889 228,889 000000000000027ef0c0af0c82934cf3ab658e7a4a05cacd67bda583069ecf74 98 0.05 vMB 178
228,888 228,888 0000000000000148fe5e3a90556310d8eeb636a610cb446a5686cafcb4f4e1f1 172 0.07 vMB 170
228,887 228,887 00000000000000978c4eac44a62cb07ab294d86624a9812a39eaafebaecb534a 101 0.04 vMB 185
228,886 228,886 000000000000000b3be4c7acabf76e5e356694302df3d29b990af92cf442f33b 126 0.06 vMB 200
228,885 228,885 0000000000000243e02c36c8cab5b0930e05ca03aaa00c701e43d750c9db71d8 108 0.05 vMB 176
228,884 228,884 000000000000024e75be68d9e733f7a6f6ef1c148dccabc067bfd16070b42a6f 230 0.11 vMB 149
228,883 228,883 0000000000000121a67e3f3cd16186bf650acea94c6dfdf592998aa775a7d8ca 76 0.03 vMB 198
228,882 228,882 0000000000000069ea1b3062110fb1619a2ff761a1bb1a6cc35374b32718bbb5 122 0.05 vMB 171
228,881 228,881 00000000000000201ded74e0cf967001a0ff423826343a456a7743479d50a2fd 86 0.10 vMB 93
228,880 228,880 000000000000025db26ad0bd87c78daddb3252ce2701feae009425d17e618f2a 6 0.00 vMB 33
228,879 228,879 00000000000000073af6a31ba36d8f3015180d59d1f5b32f3b70785fab13fa95 308 0.15 vMB 162
228,878 228,878 00000000000001fb97a85a03a1f72d672e3972534c44aaaeba3ef5b7e9170498 102 0.05 vMB 156
228,877 228,877 00000000000000b496238068cc30923f1cbf5c760c38000fa19461529ea9f0e2 271 0.13 vMB 139
228,876 228,876 00000000000000710c1d652d0e451e5682bbf3704bad12eafc6004f8df63ac85 258 0.13 vMB 166
228,875 228,875 000000000000011d72622eef77f9037d085fd9014aca67af66250c184d8994f2 284 0.13 vMB 140
228,874 228,874 0000000000000040e92d661bb4083f389f7b16aedd51e4432df63c0b0c967560 145 0.06 vMB 247
228,873 228,873 0000000000000202d43a522b72e61220d5444c8f993856c704f702bab7636ec9 70 0.20 vMB 44
228,872 228,872 0000000000000213e98b72169fb581d81b210d1c60c80642516889919caceaa3 288 0.15 vMB 73
228,871 228,871 0000000000000066c36707971f2bfd8439c50a530882c99575da5e449b9a6578 787 0.35 vMB 175
228,870 228,870 00000000000000ed6239a2287124a8431e96d48e063af52f73ea69aed757cb9a 143 0.15 vMB 47
Previous 10 blocks ↓
Total Size: 779.71 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: 347.51 GB
    • Received: 1.68 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.