Loading Tool

Explorer IconExplorer

Memory Pool

45,052 transactions
27.36 vMB
0.10358443 BTC
Random Selection Loading Transactions
Max Size: 143.06/200 MB

Candidate Block

Mining Attempt 6c2a0bacca8eae868e8a5d39379863073a743f6c3a55939efa7c1047ff5893fb
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 9efcb967a4fe168391712ff838dcc2e3a641d69b8de84cd2ecd73873e8580e85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.04639107 BTC
Feerates: 151.01 > 4.65 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (378,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,747 536,747 00000000000000000005acf24865443459fd8c085df733f24090464a98a41fa6 2,623 1.00/1.00 vMB 21
536,746 536,746 0000000000000000002b66fb39b955c04737eb5dca128042b34ac70e0ce256ff 2,476 1.00/1.00 vMB 34
536,745 536,745 00000000000000000026dc9239fd16bd24eb6548bf933f1e459867aa424c7892 2,677 1.00/1.00 vMB 42
536,744 536,744 0000000000000000001f5d8e7340d0315db6519ab4b8c0f453b73dc8fb588ab0 2,404 1.00/1.00 vMB 11
536,743 536,743 00000000000000000011aacf8159822cf414f79082cd0ead70052b7b6cb69b0d 2,673 1.00/1.00 vMB 19
536,742 536,742 0000000000000000001d335a6ec429b1416ba6d04a00764be53d10505f1c6933 2,693 1.00/1.00 vMB 25
536,741 536,741 00000000000000000019f1c7d2b76d442d6e0a55435d748cf3ced7de19a994a4 2,695 1.00/1.00 vMB 34
536,740 536,740 0000000000000000002336dbe2e6d3f38dd8c1fd8bb6ecbdc38cd8e3dd58f11b 2,727 1.00/1.00 vMB 28
536,739 536,739 0000000000000000002bbca11b5830b7a3c94ac6c8d659514bbd72e3949a5b1a 2,825 1.00/1.00 vMB 26
536,738 536,738 0000000000000000001a48cf45f33dcdee622e4fc0ce579417bbb62a580eae06 2,630 1.00/1.00 vMB 46
536,737 536,737 00000000000000000002e061edacbcfc7193c075be67601c0bc5db922c81f965 2,945 1.00/1.00 vMB 27
536,736 536,736 0000000000000000002457f5a767ef3d1e31a16048f3e10a529e94f388141670 2,438 1.00/1.00 vMB 24
536,735 536,735 000000000000000000158b2baff590c57bca305086dd871b5915fc195d72aee2 1,815 1.00/1.00 vMB 23
536,734 536,734 0000000000000000001fb610f539f6be116ff11b68f74f99ec1036313f7461f2 2,334 1.00/1.00 vMB 20
536,733 536,733 0000000000000000001353219c9dae2540333cefd25fbbb73b849afefff5772f 2,608 1.00/1.00 vMB 11
536,732 536,732 00000000000000000029fa40c7d7ead6d9d4c6684b9934eea82e495aed875df6 2,770 1.00/1.00 vMB 33
536,731 536,731 000000000000000000042280dd738e522d95e0a5c53881ba4d5a96ffeaa24468 2,502 1.00/1.00 vMB 33
536,730 536,730 00000000000000000020ec3364de0014a65dd47e57db55f47d64c82ffca167c5 2,439 1.00/1.00 vMB 26
536,729 536,729 00000000000000000028d3f6a844cb80c22b2a8186a9807ca47a1d48c6fbfd5c 2,054 1.00/1.00 vMB 41
536,728 536,728 00000000000000000027244b39183499ea8d283e7061bbb7172b6aa63e70c1ae 1,543 1.00/1.00 vMB 40
536,727 536,727 00000000000000000024ff75505551662a907b6e3d95f69d465af7e63fcd4587 1,155 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.