Loading Tool

Explorer IconExplorer

Memory Pool

43,617 transactions
28.03 vMB
0.10099481 BTC
Random Selection Loading Transactions
Max Size: 145.07/200 MB

Candidate Block

Mining Attempt 1c7d2b2904a1281bf081e10d74ba7f3bad9420b103819fbcc0816116eeb2995f
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root d39d7e228acf779cdb846202db865d0c9231efe9bbef9c074178c0931ca3b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.04113022 BTC
Feerates: 180.94 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (254,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,752 659,752 00000000000000000005898303efb91418ae850c4c4bbc6c8c0eb7b5e748f6d4 2,820 1.00/1.00 vMB 74
659,751 659,751 00000000000000000001a2f55cd981e333bd6919985c2fc31871dcb458434d0b 3,191 1.00/1.00 vMB 85
659,750 659,750 000000000000000000018a20a6465c35e713e42382ddb8cdedd4b51a9557e7df 2,230 1.00/1.00 vMB 128
659,749 659,749 00000000000000000004728d49afd2a27bddc728f9134a13b7aba0fd68fd5345 2,866 1.00/1.00 vMB 161
659,748 659,748 00000000000000000004ad0bc17cb3f82cb3776484c1245d9844b44bde7469b7 3,098 1.00/1.00 vMB 127
659,747 659,747 00000000000000000000594bbfcedb20c5d8114b919c10f6e444adf9345d2973 2,999 1.00/1.00 vMB 82
659,746 659,746 000000000000000000058132c90d15263738a22c729ede90447da8e6aad0449a 2,126 1.00/1.00 vMB 142
659,745 659,745 0000000000000000000180af76f88b4c95668dd59cca43f02a2f4d011a7d8546 2,432 1.00/1.00 vMB 92
659,744 659,744 0000000000000000000d82a9db603735a773cd05b8a818df1bfafbe33c5ed332 1,489 1.00/1.00 vMB 117
659,743 659,743 0000000000000000000a547e8ef79301d754b190912e5c72ffe7e972c8e4a322 2,200 1.00/1.00 vMB 123
659,742 659,742 0000000000000000000144c82eaa410c8957bf4500f35477579c0a6f14eab1c2 2,325 1.00/1.00 vMB 128
659,741 659,741 0000000000000000000826e8b131f52a4b585b42d42d537f2a97795d18c15574 2,415 1.00/1.00 vMB 128
659,740 659,740 0000000000000000000b4d54e38a51cfdf819df7ef0b940e9a1d7dee124408b3 1,706 1.00/1.00 vMB 116
659,739 659,739 000000000000000000095c31bcbcc466864b66befa9239dfdfb2115df0afa0c0 2,688 1.00/1.00 vMB 135
659,738 659,738 0000000000000000000ca919e463c587db3b3150f096ca114f9651d934151d5b 2,301 1.00/1.00 vMB 130
659,737 659,737 000000000000000000036ebe1ba7afb9776788db663c1c64f7ad9999716015af 1,644 1.00/1.00 vMB 113
659,736 659,736 0000000000000000000723eaa0b4ce4a278da7e86b264dd610105bba3f00c308 2,132 1.00/1.00 vMB 135
659,735 659,735 0000000000000000000b5220be8022ec8912d9b83a2a4e1752f533c28a59d665 1,681 1.00/1.00 vMB 128
659,734 659,734 000000000000000000088b849449bba66b3cc8dd447c820a34dae16eadfd02ac 2,641 1.00/1.00 vMB 128
659,733 659,733 000000000000000000008b3b9acbfa843d918e0ee43e508ec37ed645d680b493 3,075 1.00/1.00 vMB 128
659,732 659,732 0000000000000000000d8ff34ba92bf0687393b26783a9bb790ff08086ced139 2,621 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 781.79 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: 633.85 GB
    • Received: 12.22 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.