Loading Tool

Explorer IconExplorer

Memory Pool

41,437 transactions
29.20 vMB
0.07500068 BTC
Random Selection Loading Transactions
Max Size: 149.09/200 MB

Candidate Block

Mining Attempt fc3b6c99c7996a39fe592af4c054d8f0233a8968364b3469013ccf4268590f57
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 3bf560e8f156978c8ccc0a5e9350373a9b34ae19d0c571a6a4de150a45d535d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,068
Size: 1.00 vMB
Total Fees: 0.01799734 BTC
Feerates: 101.61 > 1.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (306,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,673 607,673 0000000000000000000c82f8d70749c80d5e1bc61d767c490686377cd2c34c1c 2,279 1.00/1.00 vMB 13
607,672 607,672 0000000000000000000f330898015fa41ea34d4abcb92c4a77c5b9eaa1c8ac5a 2,923 1.00/1.00 vMB 20
607,671 607,671 0000000000000000000226d273b9047a3c86633ce92d780ab7eb85f662d77432 2,208 1.00/1.00 vMB 13
607,670 607,670 0000000000000000000acee2a4a85f1c2ad577ca3174a00c1c75f4efae7e5fad 2,661 1.00/1.00 vMB 23
607,669 607,669 0000000000000000001472dddddb90d1b48fbaf92e1a09a0b553693dfe184e49 1 0.00/1.00 vMB 0
607,668 607,668 00000000000000000013d3f18a707f8cb6d4457c9f413026d429751b0679ec98 2,195 1.00/1.00 vMB 17
607,667 607,667 00000000000000000008d0ea37c4d58b93d639d91bb4df02672c3c675708e54c 2,632 1.00/1.00 vMB 12
607,666 607,666 0000000000000000000b42bda91def496481c2ec10cbf1d9c6046f7f9282dd36 2,664 1.00/1.00 vMB 26
607,665 607,665 000000000000000000106cd1f76bfa860a0818204d118987ae8f95c191c7e662 2,881 1.00/1.00 vMB 23
607,664 607,664 0000000000000000000d56a543159a10700ae46332f57a33300ee731117c70e4 2,490 1.00/1.00 vMB 18
607,663 607,663 000000000000000000007a9d9fe2565d46c54889bf22ded6630a3f63415b1f66 2,771 1.00/1.00 vMB 16
607,662 607,662 0000000000000000000d7b2825811b47307528f50c2faeabba7dc8633430db59 2,872 1.00/1.00 vMB 23
607,661 607,661 0000000000000000000bd66cf796538c5e8570ab143ff170631c84087d64a4a3 2,712 1.00/1.00 vMB 19
607,660 607,660 00000000000000000011ebd3907dcd92e15efdd0660034410776c2929b2328aa 2,279 1.00/1.00 vMB 19
607,659 607,659 00000000000000000002d1c71bdfd253718d40bc2468b4b52efdc881576e2b85 3,131 1.00/1.00 vMB 30
607,658 607,658 000000000000000000099f336eebbbb64b0a4f3e2d790f2c5c4c2ed490b17aa9 2,316 1.00/1.00 vMB 18
607,657 607,657 0000000000000000000621ff1924af868954b4f13f435365aaa63daa8d11efde 1,973 1.00/1.00 vMB 23
607,656 607,656 00000000000000000015970ca707138ca4942e0ab88bd5b61ab4c5372fec1f46 1,800 1.00/1.00 vMB 20
607,655 607,655 000000000000000000017acd0c291476b032e014732759ca873fb0cb5f9438fc 2,677 1.00/1.00 vMB 39
607,654 607,654 0000000000000000001051c87bcaf836ae3712e1c84adf28efb79cc9394d26e2 1,677 1.00/1.00 vMB 16
607,653 607,653 000000000000000000015a266fd88397499130a69de699c1f9e00cde60256fc9 2,886 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

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