Loading Tool

Explorer IconExplorer

Memory Pool

68,426 transactions
19.15 vMB
0.07465703 BTC
Random Selection Loading Transactions
Max Size: 124.88/200 MB

Candidate Block

Mining Attempt e2f77a4f13309df4f66d5ffd19758d8773dfdcbe2b3630e5dbd5ac4a89933762
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 5a4403f9489941ad95d94e72dbccf698c447cc2b18b80d539468d165eab1bd93
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.02919977 BTC
Feerates: 150.75 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (890,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,992 24,992 000000007b766ef1a659f84a6bbda4cbae99fffd41da4ab7c63082f841a5b431 1 0.00/1.00 vMB 0
24,991 24,991 000000006808dfbba941d24e8f3877ebc933d795f3483cb345d47dce63615ff9 1 0.00/1.00 vMB 0
24,990 24,990 00000000fef7471aeec638adebf055501ebb71110f9ff96516d4def73b12775f 1 0.00/1.00 vMB 0
24,989 24,989 000000007c803cdcea3bdfebb920022df1798b3642deeb77051219181c14e649 1 0.00/1.00 vMB 0
24,988 24,988 000000005c696acc909fad3b7662cbd694923ee72159a4feb2bfa1c93b7da326 1 0.00/1.00 vMB 0
24,987 24,987 00000000a9e550f1510c8ee8b69568015ecde39eea2bdee9c927722133cbdb8c 1 0.00/1.00 vMB 0
24,986 24,986 0000000016dc1c5f301b8b85e2dae976ca97a6873e9dda520cb143afcffebd6f 1 0.00/1.00 vMB 0
24,985 24,985 0000000059a96d3db09fef23e7876035cc378d6b3fc70d8e19fa4fce4c66becd 1 0.00/1.00 vMB 0
24,984 24,984 000000004a308100c3e6bf55294aab411e31231d6e1ffa49c6263f9751428d91 1 0.00/1.00 vMB 0
24,983 24,983 00000000b6095f8339dd9f9616d810db9562f5ba50b87303d666137068c01f1d 1 0.00/1.00 vMB 0
24,982 24,982 000000005efb957f63e7e2a12df6e9f1d018561c3c90171d893c6a7bcc535915 1 0.00/1.00 vMB 0
24,981 24,981 000000002c8c779718119a611e55680542a6d2a631baf54612bb910829bbb141 1 0.00/1.00 vMB 0
24,980 24,980 000000004c17f284ced0335b79c9edd6e58ce5cc2c638d7acb2346bc0a64ce30 1 0.00/1.00 vMB 0
24,979 24,979 00000000ce2df8d0b34ac362ef164e49c6f7c81322c17b1c7fefce3f56f1e12d 1 0.00/1.00 vMB 0
24,978 24,978 0000000042afea893ce25b8d925f8809cd7e5c36ab41a073f4e18f613116dae8 1 0.00/1.00 vMB 0
24,977 24,977 00000000a3f762cfef9abed719753a54d061429afcce7fd396f7c432cbfe2798 1 0.00/1.00 vMB 0
24,976 24,976 00000000eaef653ab2d6c0e44bd08315e0a037b53e7b6e6f3565bb14d93ea25e 1 0.00/1.00 vMB 0
24,975 24,975 0000000044409e32403be35adaa68bcda17f9ffba8327454987664486079ab55 1 0.00/1.00 vMB 0
24,974 24,974 00000000b1182f7ae034ac199ba237415128695ec02eb812ec323ed44720d030 1 0.00/1.00 vMB 0
24,973 24,973 000000009886901732cf7e9c31f3f369c1a361e7b15860ae074b383e1e3c0924 1 0.00/1.00 vMB 0
24,972 24,972 00000000d01e7ee3dff649bbf548cd91acdc201cd1a839b93888f5dd259cc6c8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.65 GB
    • Received: 21.54 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.