Loading Tool

Explorer IconExplorer

Memory Pool

84,476 transactions
31.72 vMB
0.09848500 BTC
Random Selection Loading Transactions
Max Size: 194.33/200 MB

Candidate Block

Mining Attempt 996df08a7e07d942f318269d20e242ade8a91b6f9713487c1f35e33c768f4d70
Version 20000000
Previous Block 000000000000000000008c48c54ea13ac1ebac208d0e0eb58ba93557644246e0
Merkle Root 4dfef016db37d1157303ddeb5a0cf6c7eac385f9d9aa689d3fa78bdacc2b8f3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,104
Size: 1.00 vMB
Total Fees: 0.02369707 BTC
Feerates: 78.76 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,227 (279,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,597 635,597 0000000000000000000248da9cbc28bb7ac5512f1a001c20441d913b759dfd40 2,593 1.00/1.00 vMB 42
635,596 635,596 0000000000000000000d22912ab01634b04ff2bfea1e08baca318f6bb40bd6bb 2,602 1.00/1.00 vMB 32
635,595 635,595 0000000000000000000ae2095957e554c7ef167b92cc2dcdbc6217ef94502bda 2,970 1.00/1.00 vMB 50
635,594 635,594 0000000000000000000c864160e42ea994eeb21d5d15d8fdb784365cef9d7254 1,868 1.00/1.00 vMB 37
635,593 635,593 0000000000000000000e4895a1d8a690d5a6c1b5d4a38553d25d3232f567ba12 512 0.18/1.00 vMB 26
635,592 635,592 000000000000000000020fc79f01d6fe171e1be05be010c511ce4b35f44c2da4 822 0.30/1.00 vMB 22
635,591 635,591 0000000000000000000a6c0ba86933a081f64c250de329bf317bb51e874d959b 2,690 1.00/1.00 vMB 25
635,590 635,590 00000000000000000002d15be8c7481d82ea1f97e1b0a71f9a9ce67ca3e91e02 1,366 0.89/1.00 vMB 8
635,589 635,589 0000000000000000000a3a3235077a5daac346f6b4d7a8a1faaa4af633449659 1,391 1.00/1.00 vMB 4
635,588 635,588 00000000000000000000d9c8f7ebf84fccdc9b8fd3e5f2f525391045483467c4 2,385 1.00/1.00 vMB 27
635,587 635,587 0000000000000000000bf4b344a03dfa095a69270823cab5652371bdf443d8ec 2,465 1.00/1.00 vMB 18
635,586 635,586 000000000000000000037d8115e8ab376c855ac61c98b9c4626d831db594053b 2,535 1.00/1.00 vMB 43
635,585 635,585 00000000000000000002f45d7bf287b5358ac31a2cc59f6672c225b4a3caa33a 2,078 1.00/1.00 vMB 7
635,584 635,584 0000000000000000000c28d1b5a6137dedcbddbf66144010f768a47582fdc68c 2,894 1.00/1.00 vMB 4
635,583 635,583 0000000000000000000b097a4899982acb53efe9ce5a14790df5a84f90a2c91e 2,929 1.00/1.00 vMB 26
635,582 635,582 0000000000000000000ee701aa2d841597e76cbdc644a87dbf9c695384d4ba77 2,790 1.00/1.00 vMB 16
635,581 635,581 0000000000000000000683ad11f68c2f9ae06454bedbf96d3378bbd3d5017661 2,812 1.00/1.00 vMB 51
635,580 635,580 00000000000000000005598b78fc594916174886104c9ce77be4d5e6cd6e0f09 2,863 1.00/1.00 vMB 9
635,579 635,579 00000000000000000006c831c6d448ec5664a60c315421d6ec8d2326c79de631 2,753 1.00/1.00 vMB 36
635,578 635,578 0000000000000000000214fa1afedf7c985750c188e33924f0d8cf19215e176f 2,456 1.00/1.00 vMB 50
635,577 635,577 0000000000000000000135bdc783da1fded7be8fcb682399f6615a79b59cd36d 2,356 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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