Loading Tool

Explorer IconExplorer

Memory Pool

43,265 transactions
26.88 vMB
0.08730533 BTC
Random Selection Loading Transactions
Max Size: 140.58/200 MB

Candidate Block

Mining Attempt 30a1008b0f71ae83573fbdd33504c1a52bb277869294394322ca0caa7c5f7503
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 288a7474ab430ab8c4530938e5d270075eb8e6f3fc01945cbe54ffbd44adb6ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03689039 BTC
Feerates: 151.16 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (307,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,803 607,803 00000000000000000001dda893dc6493c111b51f15ba2083ad05b9a3590ef778 2,631 1.00/1.00 vMB 13
607,802 607,802 0000000000000000001126ab0c7a0f62a3ace011f71b72c723fe9a56da7835d5 2,673 1.00/1.00 vMB 20
607,801 607,801 000000000000000000052b07c3de84ec4375b53f46e9243e4214710bc7b562e6 1,279 1.00/1.00 vMB 20
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
Previous 10 blocks ↓
Total Size: 782.16 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.26 GB
    • Received: 13.84 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.