Loading Tool

Explorer IconExplorer

Memory Pool

75,803 transactions
29.97 vMB
0.09637820 BTC
Random Selection Loading Transactions
Max Size: 179.10/200 MB

Candidate Block

Mining Attempt 7bcbc4b5cac82c7d55cdb36e289fe3dad6208c8cbe24db44898131f1f28638c8
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root ba5f5378481a6693b1c21cd0f2538895996c39f298d103bf45dc72a65d6a2e83
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,763
Size: 1.00 vMB
Total Fees: 0.02388934 BTC
Feerates: 100.00 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (110,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,822 804,822 00000000000000000000065c1a067df8233c127eee285674b70a00f84d0196ed 2,030 1.00/1.00 vMB 11
804,821 804,821 00000000000000000004c12ab555ab4c7fa5f6990d608cce6b461981f3fbe3aa 2,109 1.00/1.00 vMB 11
804,820 804,820 000000000000000000048b6451ed6117b77f0b9acae094cbd598169a7fed2a81 3,400 1.00/1.00 vMB 21
804,819 804,819 00000000000000000004a9b68765ad8beb0d5a470e87bbf750461a57b5c471e7 3,794 1.00/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 783.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: 749.34 GB
    • Received: 18.82 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.