Loading Tool

Explorer IconExplorer

Memory Pool

80,028 transactions
29.39 vMB
0.11566087 BTC
Random Selection Loading Transactions
Max Size: 178.29/200 MB

Candidate Block

Mining Attempt d67e475c339657fe86dbd253dbfbd3a5904c6c4551b5793a916605ebec6cee32
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root ae9e8a15a02d5148001587eab7bddb999417e1e2847d2f19f9a772ca40685d71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,951
Size: 1.00 vMB
Total Fees: 0.05278877 BTC
Feerates: 151.07 > 5.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (267,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,610 647,610 0000000000000000000e00e16b8a88a26c44956c4c12970baff84c0ff7e4037a 2,207 1.00/1.00 vMB 102
647,609 647,609 0000000000000000000c953a851862df1b614374a60ac65a7180e5a8fe8fd6fb 1,597 1.00/1.00 vMB 101
647,608 647,608 0000000000000000000a2665f894b026b1058411899f4ed10d225a9ec8e3c686 2,441 1.00/1.00 vMB 122
647,607 647,607 00000000000000000001a7987e959b3417aac2b10d2aefdbcab0087b262f6884 1,801 1.00/1.00 vMB 83
647,606 647,606 00000000000000000005cb13aa620d61864a1b4ad88165ebed3c654a61797fbf 2,637 1.00/1.00 vMB 114
647,605 647,605 00000000000000000000b458e61794ab34a35994e7a6994462c49fc2915dde67 2,585 1.00/1.00 vMB 94
647,604 647,604 0000000000000000000bebb63005c4746e7400bab14e79ef3f0c7816370e51d1 1,076 1.00/1.00 vMB 99
647,603 647,603 0000000000000000000b72d78929e4c161d6932a25fc3b9c0a62f2c9811f730e 1,900 1.00/1.00 vMB 104
647,602 647,602 0000000000000000000e991b0a8e44faeb3add324ee2d88610d9a3248038f3ed 130 1.00/1.00 vMB 88
647,601 647,601 0000000000000000000900d03e61e80cfac7398c1872678dd3197cdcff7b0f4c 2,286 1.00/1.00 vMB 104
647,600 647,600 00000000000000000002864bf9affc84973de0b0099659ad06ae463ac9e3db04 1,731 1.00/1.00 vMB 37
647,599 647,599 000000000000000000044e2eb89f732854d77f94f33a42dbae5c91aab22e1817 2,258 1.00/1.00 vMB 15
647,598 647,598 00000000000000000009b28ddcf313ea7da39fff845ee93a6628a6cc6cf0ca21 2,080 1.00/1.00 vMB 22
647,597 647,597 000000000000000000028ea613952cd83f9b1b892ddf22cb74b2cd2954001b36 2,421 1.00/1.00 vMB 9
647,596 647,596 0000000000000000000e31af22c6b44d7b550e6ca45df09abfde43177d032457 2,579 1.00/1.00 vMB 18
647,595 647,595 000000000000000000018e83e44084d1206850ccf5c5f2394094e2b55463ca9c 2,293 1.00/1.00 vMB 43
647,594 647,594 0000000000000000000e8abbb3702e7a71b2c01bdfd724b626a329f1d22f18dd 2,747 1.00/1.00 vMB 104
647,593 647,593 0000000000000000000cd928bd2bc5dd6f56e370aec1d5ffdd3291165e7bcaeb 2,597 1.00/1.00 vMB 47
647,592 647,592 0000000000000000000bd692c49bf1cb1032721307c6f46bc649a4e09ce2e494 2,378 1.00/1.00 vMB 20
647,591 647,591 000000000000000000097c12758eabb3bf41f05f1b2390e91a9d1666d2b16ce9 2,682 1.00/1.00 vMB 96
647,590 647,590 000000000000000000046b525bf3467e5bcac0f1cf8d0e013aa842e9c733ef54 2,376 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.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.