Loading Tool

Explorer IconExplorer

Memory Pool

79,884 transactions
29.84 vMB
0.08090272 BTC
Random Selection Loading Transactions
Max Size: 179.09/200 MB

Candidate Block

Mining Attempt b7e7c3171644e4d047884c4c82d7462d9ae531b0ea38d3d7a979cd814ea54ac5
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root b8d7db72615c32b9e0872bd566ead5bae7357a2c1e661c64788164a22736087f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,680
Size: 1.00 vMB
Total Fees: 0.02011469 BTC
Feerates: 100.29 > 2.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (907,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,567 7,567 00000000eaf6b1e6934d877f9e1a8370208498f604a4ce1695c96c78f987c077 1 0.00/1.00 vMB 0
7,566 7,566 00000000955f59fd9c3b10139325c0a802630ec1c7bbf308b754465a3485e737 1 0.00/1.00 vMB 0
7,565 7,565 000000000193bb03ff72944c76f93beffe06056d4dbd7c86d2e5e1569429cffa 1 0.00/1.00 vMB 0
7,564 7,564 000000009fb6bef410ea5984f830eaf734922a3c7f8793af7d959e9754866d74 1 0.00/1.00 vMB 0
7,563 7,563 00000000fd759a966080ea6a163e702740501a6e0745f639056a689eb3e94263 1 0.00/1.00 vMB 0
7,562 7,562 000000000f95bcb1b522c533da5084cfaa8132b9f8014a4b64b811ca6ec379a4 1 0.00/1.00 vMB 0
7,561 7,561 00000000a8be7f2f4853219fc467223edbf7dc1aaa0d8a35791bda3afbf29914 1 0.00/1.00 vMB 0
7,560 7,560 00000000705f30762442e7c9434de397708846330836e2c421c05d1e42d72738 1 0.00/1.00 vMB 0
7,559 7,559 00000000354fe6d2b0c8c30bea02eab7e92798f8da5b2fa46dce3b3db5bb51ad 1 0.00/1.00 vMB 0
7,558 7,558 000000004d07a991c3cc217799d90b603d029eb0a7d3d355b02d73a48f4f705e 1 0.00/1.00 vMB 0
7,557 7,557 000000002456ec49b80bfcec57dc9fb38f0989a3ebed077a12bfd014e87376af 1 0.00/1.00 vMB 0
7,556 7,556 000000005e527a6166853b1c058aee21adbd82e652b2bb2017f344ef9db37b54 1 0.00/1.00 vMB 0
7,555 7,555 00000000b2329dd5992114e0cd7d04386c9d0cf332f4032f4380fae24b609e44 1 0.00/1.00 vMB 0
7,554 7,554 00000000b1bf24392cb8320600e7bf0e95b0b8510b87cf82ec6d187d11b3a718 1 0.00/1.00 vMB 0
7,553 7,553 00000000494fb6db10cc44b776b2984444f42dd4a2667b6d399ce6a5b6c20449 1 0.00/1.00 vMB 0
7,552 7,552 0000000009358ca3b9d5cf2e7175001b7e29d1e188a7c039807914fc7d2e1b04 1 0.00/1.00 vMB 0
7,551 7,551 00000000c677e4258af4556188dfa5f1a49339bf380a29ca473428a1d957d934 1 0.00/1.00 vMB 0
7,550 7,550 00000000b7a2deae3c85fdf5944465bedb6fc297885142cb7e45da9c1ba25305 1 0.00/1.00 vMB 0
7,549 7,549 0000000057842005e176a8bef2bd36adcf8429afd370194d23736d192467ba0f 1 0.00/1.00 vMB 0
7,548 7,548 000000002b4467a597c262e404848237c9a7aa92d59ab9d2ba9568e537cf60f0 1 0.00/1.00 vMB 0
7,547 7,547 000000009984e4307136cbe38d1fbb6ff078f63e7269d9bd0bc73309be3cd202 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

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