Loading Tool

Explorer IconExplorer

Memory Pool

86,041 transactions
31.48 vMB
0.08087913 BTC
Random Selection Loading Transactions
Max Size: 193.68/200 MB

Candidate Block

Mining Attempt 6d52817410f2213979154f2558f682a47784b641ac0bcad2cc100143a8b32663
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root c61a7ac3546cd030dca031bbba022a435d8c55902b341555342067b7d9e26275
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,936
Size: 1.00 vMB
Total Fees: 0.00939171 BTC
Feerates: 60.10 > 0.94 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (110,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,818 804,818 000000000000000000025e4b001d5d5866cc167fca2d2f2132b9c33142a89046 4,107 1.00/1.00 vMB 13
804,817 804,817 000000000000000000010631ae761ea65b95d30e995e2d391d19493bfae3cef7 2,331 1.00/1.00 vMB 9
804,816 804,816 00000000000000000003c09c8afc267fcc4c2790e9fb359e062dd263962e1aa8 1,876 1.00/1.00 vMB 10
804,815 804,815 00000000000000000003582d6b75ab63b9b7b34d3035f1c2378c5464cc980f9e 3,141 1.00/1.00 vMB 21
804,814 804,814 00000000000000000001d7cfa42727f1e152c4a5b116f9b25649821b081a2395 1,720 1.00/1.00 vMB 13
804,813 804,813 0000000000000000000103aaaf38eb87bb75d6e62c7e8cc2635e5cb5ead5d743 2,545 1.00/1.00 vMB 8
804,812 804,812 0000000000000000000050b6550dd06e0cb53f899a11ba478d4f66d950ed1dc0 4,650 1.00/1.00 vMB 6
804,811 804,811 0000000000000000000465e4309f215e40fef5d1aadb7a7c12d138fbed5675aa 3,020 1.00/1.00 vMB 14
804,810 804,810 00000000000000000004fff6d99a7f59e55612addc30f85db02b46fd62d91b7d 2,978 1.00/1.00 vMB 17
804,809 804,809 00000000000000000000c08406a51701e46c16def091f6110220d203b3d0cba4 1,817 1.00/1.00 vMB 8
804,808 804,808 00000000000000000000c91d019e0e1c42dbf13aa047045a4c28f2296d397ff4 2,122 1.00/1.00 vMB 8
804,807 804,807 000000000000000000025c3e5b3134e24490c8bff5b7fad9b3e721f4c2c3088c 2,160 1.00/1.00 vMB 13
804,806 804,806 0000000000000000000186d153a3e04e91434e66f5406794662efbfea5a53133 2,842 1.00/1.00 vMB 17
804,805 804,805 00000000000000000004b9f28aa83904526411632e5588db9ebde9c92d2be8b8 3,187 1.00/1.00 vMB 13
804,804 804,804 000000000000000000032992af12a79f916d3457c31fd12c006eba7e28ef531b 3,102 1.00/1.00 vMB 26
804,803 804,803 0000000000000000000117dcc09d31a57fb1ec95490cae32291f7199c9784136 2,060 1.00/1.00 vMB 14
804,802 804,802 00000000000000000000c68c36c879f27291c24f113cb9615a10bb4897fe81d0 1,870 1.00/1.00 vMB 10
804,801 804,801 000000000000000000047671f837c5213a9d9b4701bf6c21e98096e6eb2bbbd8 2,831 1.00/1.00 vMB 12
804,800 804,800 00000000000000000000b90df04ff646ed292eca883077445b59ca06c8d921bb 1,569 1.00/1.00 vMB 9
804,799 804,799 00000000000000000004e76ec4652f8e49d005a5a1c44bd2caae0a6dd137851a 3,320 1.00/1.00 vMB 14
804,798 804,798 00000000000000000000f3d5c009c91a39b4519eba69c143bcbe40e5d23f7a2d 2,873 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.99 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: 717.15 GB
    • Received: 17.83 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.