Loading Tool

Explorer IconExplorer

Memory Pool

47,379 transactions
30.13 vMB
0.09349819 BTC
Random Selection Loading Transactions
Max Size: 160.44/200 MB

Candidate Block

Mining Attempt 1f5861572960f13ae4d94622c5c3262fc639693c32b77bafb642e995109aa3e6
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 9f91f8d6c564399b5665526db4bf402f4b70863c0764e232332dbbd2a3046a41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03354338 BTC
Feerates: 150.97 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (307,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,800 607,800 0000000000000000000649f2351319a25836e66caa9c96264fce137b76f80ebf 3,067 1.00/1.00 vMB 25
607,799 607,799 0000000000000000000923b24ed9c4764d1d33d05201a4c432b9f9eb62afd6bb 2,708 1.00/1.00 vMB 34
607,798 607,798 0000000000000000000e13ec5866afd73bde8822830134130e5551cddfef4a38 2,222 1.00/1.00 vMB 14
607,797 607,797 0000000000000000000fbc9f9b7afd9453be7ab656b2726e5cd33cf8fc3f2b37 2,285 1.00/1.00 vMB 19
607,796 607,796 0000000000000000000259b3b193aa30e5da3cc928b4200960f4ee047c1600bf 2,471 1.00/1.00 vMB 32
607,795 607,795 000000000000000000021cc3d67408ad200ce88f792dfc6222a9e309145f93b6 1,869 1.00/1.00 vMB 30
607,794 607,794 000000000000000000039b1eb279ba9783b97716cd77ee3e5bb87513e03a5482 1,078 1.00/1.00 vMB 78
607,793 607,793 0000000000000000000b8f08118bd4af02ece8d316c1bd63fbf2f67cb3d2eba8 1,916 1.00/1.00 vMB 5
607,792 607,792 0000000000000000001021810bee657354ecf5828727ccea9c4b6e14b76cba3a 2,634 1.00/1.00 vMB 15
607,791 607,791 0000000000000000000f014baf8131f7a1f07c3c62570d64674557bc959d1153 3,095 1.00/1.00 vMB 25
607,790 607,790 00000000000000000007a3f2839069491f4321a1b0ae1c7d4d824ffe9a2bcf0e 3,076 1.00/1.00 vMB 17
607,789 607,789 0000000000000000000eed19b6ad274c6da0dbebffd32fd13d27f5d64cb6036f 2,531 1.00/1.00 vMB 24
607,788 607,788 00000000000000000011e1e8191aa34c69107e85f85c21a75da6e81cceb0f064 2,099 0.63/1.00 vMB 12
607,787 607,787 00000000000000000015115fc1a9f1e990d7ff66e091c48c75b3b63c9cffa3ff 1,968 1.00/1.00 vMB 15
607,786 607,786 0000000000000000000b0a682f47f187a712c42badd4ca1989c494d401457c3f 2,996 0.90/1.00 vMB 15
607,785 607,785 00000000000000000009aca6d95a9d401fc29f4d0abfc0dd263b6411e610c866 2,657 1.00/1.00 vMB 8
607,784 607,784 0000000000000000000c77f53984cc9ea0ed22d8dabaf3ec5a6483f7ebaa803a 3,021 1.00/1.00 vMB 28
607,783 607,783 00000000000000000007b5c68169bfbed7c2ee23435873d774e617ffbf5f06e3 3,041 0.95/1.00 vMB 14
607,782 607,782 000000000000000000158f6e94e8b836a9be1fc2e6af2192b46f0ae94c515e48 3,040 1.00/1.00 vMB 18
607,781 607,781 00000000000000000005f0c41944e51cb01fc480e5a7b6b1687d0007cf073bf8 969 0.34/1.00 vMB 17
607,780 607,780 000000000000000000115d79cd7ac73105117311bdcbd9a7645f43c3c085c948 2,086 0.84/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.