Loading Tool

Explorer IconExplorer

Memory Pool

20,316 transactions
9.27 vMB
0.05538931 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.85/200 MB

Candidate Block

Mining Attempt b6629e2f42e797d134581d30bf2b3b160ad9563983bad950e8f4e267cc0b2e8c
Version 20000000
Previous Block 00000000000000000001c7d8e843fbb7037ca5698a8e7e6ad3e468e4618260d6
Merkle Root 6a66b2f318835fc2a47a5b0d7f7a6d6e9e3535bbb09e56296ecfb2fe07248f6b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.03038274 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,388 (647,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,371 266,371 0000000000000000c73dd8e534a0b314cb81c7eb0138b9e574be1ab66c548f70 51 0.02 vMB 48
266,370 266,370 000000000000000750322f863964bfe2087c711ba49c9ef1c250ed308c70d379 38 0.02 vMB 55
266,369 266,369 0000000000000008647b873c50cec67e487477303041e7e55ecba45e9ca60a4b 11 0.00 vMB 21
266,368 266,368 00000000000000073eb8d1fd80260bdddc519f42291c97fa8739a59511e4f025 77 0.05 vMB 58
266,367 266,367 0000000000000001463f977b2b374f0c1a1ab68abb24bbc03f37863dfd13e508 101 0.06 vMB 80
266,366 266,366 0000000000000006bdc3cdebdad65191734dad389f60194a19ee70cc05fb79cc 85 0.03 vMB 105
266,365 266,365 00000000000000068f9be49516321f3db45dfd8c664941e1cd77b465c7d1fcfb 232 0.10 vMB 104
266,364 266,364 000000000000000a5159cabf91d1ce69cae238f199b6d8923247592c64f382b7 217 0.09 vMB 108
266,363 266,363 0000000000000005cf71bc1d0436c99f4013f1b8653b9a0fb4c66edbb885dc9a 352 0.09 vMB 53
266,362 266,362 000000000000000211311e71a88aac724f283acaf88ab413c46b406d32568ed0 300 0.15 vMB 101
266,361 266,361 00000000000000087e8790a62a6d87a41a37c15452c7803ba482630cce55fb7e 64 0.03 vMB 54
266,360 266,360 0000000000000003f854a6d90ecad05690e708d38c9e60024a22b0f24471ec39 84 0.03 vMB 56
266,359 266,359 00000000000000068ffd830ab06ca870b4fbea2029d70d1a384c1e09792ce297 402 0.17 vMB 110
266,358 266,358 0000000000000003ba45a5d129727096ae4ece707db13e849bf54ea7dbbeb014 146 0.07 vMB 54
266,357 266,357 00000000000000083519c13801dc1baf421d5c511be24be0a6cf0732e8c431d5 107 0.04 vMB 72
266,356 266,356 000000000000000674744c8b636fce1a5a8a913c8dd5e2448f2308801409ca45 371 0.16 vMB 87
266,355 266,355 0000000000000007e1e6d079385b34c3732ddb3f2244ae5236906979e65efdac 295 0.12 vMB 93
266,354 266,354 00000000000000066f613178ce22a4907a57e5a8bea7da6a35a3600c4c5fd632 274 0.13 vMB 75
266,353 266,353 000000000000000a863d03e17ee5a110bb28525f431654f36d9f59d447995021 38 0.02 vMB 33
266,352 266,352 0000000000000007da3e9ac13b419f4d7a6662be0686f5979d2ad03d5f00731d 12 0.00 vMB 46
266,351 266,351 000000000000000411034da901df836139dc375cb5f92025ba8715583f70c94a 112 0.04 vMB 104
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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