Loading Tool

Explorer IconExplorer

Memory Pool

80,270 transactions
29.64 vMB
0.08958232 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt de4d18fc99de4b55f4b1e98a460c24a6cd0141b8abcfdcbeeae17173c4583859
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 5be75789338a19ad32cfb7b537452aff08dde52ff715622df98df28aeeca0dbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,917
Size: 1.00 vMB
Total Fees: 0.02399037 BTC
Feerates: 90.00 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (267,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
647,589 647,589 00000000000000000009299bfe95fd320cb373cb6f7ad11bf3af53f1affe9bf1 2,253 1.00/1.00 vMB 64
647,588 647,588 0000000000000000000a7ac512122f3c45bab1329d9372d04af27b273f8abd69 2,321 1.00/1.00 vMB 102
647,587 647,587 0000000000000000000f61106ad1e5f93e4d9e66960edf016da46ea3070faea8 2,520 1.00/1.00 vMB 20
647,586 647,586 000000000000000000072949370dbda5d5e3c0258cf727de1f4315107de3ea44 2,879 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.