Loading Tool

Explorer IconExplorer

Memory Pool

32,218 transactions (5.37 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 44.31/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,654 000000000000000000022b910000000000000000000000000000000000000000 2,018 0.01624318 BTC 0.69 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,653 (687,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,857 224,857 00000000000002dedf597b26f21b2652d2f5c0659a5b4099a1d015f489b575c6 0.15 MB 233 127
224,856 224,856 00000000000001d90977046b5040da76e62b72c17257c5402cca182e80653f36 0.25 MB 692 365
224,855 224,855 000000000000032021a6d18011d202df36cf07822a657b47390ab90568bb14e2 0.14 MB 270 111
224,854 224,854 00000000000000cd7d1c3d5137423c00e6a221d5492ace06d8fb9d990f2d7c96 0.15 MB 226 100
224,853 224,853 00000000000003b29bbc22c747eaca09d4a4c3b11c671c0b08f3b4b10334fb56 0.39 MB 765 135
224,852 224,852 00000000000001aa99f7ae248ba32b97a8c41d8063c54edc7ca0e1fa9402dda0 0.25 MB 502 179
224,851 224,851 0000000000000034f68318e10068fab4e32792b6a68c9a67a28f640200e71fa4 0.25 MB 537 186
224,850 224,850 0000000000000287c17fa22d2501660e7fe37aaf0c1530f4f024f61054498faa 0.25 MB 750 242
224,849 224,849 0000000000000073d8155c26c2bbe27d4a42e3ee550fe696707f51170c655f2d 0.00 MB 10 348
224,848 224,848 00000000000001bf5f30bb06d1cdc4d9f477ff6db7871f4ee987bb0513700916 0.01 MB 28 242
224,847 224,847 0000000000000077b90962e3c9d2306d3a2f32412af57d6aeeabe4dd6f6de19d 0.25 MB 589 220
224,846 224,846 0000000000000169f38129838ec9a41ad30ef6d65da889c133a59fc52a763e14 0.25 MB 598 83
224,845 224,845 0000000000000059a46c191871a10f35538c22cb22bd14e7550d83097d08e37c 0.17 MB 418 223
224,844 224,844 0000000000000132c3c42cc7b283ca43a090b4e3febbd832cb7033a4dec5ee26 0.16 MB 306 171
224,843 224,843 00000000000001be5b2317555e11d21618c56b2bd7c030dd5190f16eb2c987f6 0.48 MB 988 205
224,842 224,842 00000000000000d2deafa9a24c7308829eae78ca85de6e4fcfe5345e7b1c286e 0.05 MB 97 60
224,841 224,841 00000000000001786231f8e661289a53e2a4248f5d7a09c7d46a05af95f56b93 0.25 MB 653 236
224,840 224,840 00000000000002fb85f62bf502d2c2a4fdf15ade41cf0835fa0c37fe0f6dc690 0.15 MB 198 108
224,839 224,839 0000000000000075b4446fdb1cf8a198b79c007c0b53cbf72f32668b04b97019 0.16 MB 387 212
224,838 224,838 00000000000002a44302c709586c97e61a64e6144b6ee98974a7622e5a390a12 0.25 MB 386 123
224,837 224,837 00000000000000e38b91a283e5d39a1e13e26db17b4c1f815e26687239f1658b 0.37 MB 1,171 360
Previous 10 blocks ↓
Total Size: 778.21 GB

Node Details:

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