Loading Tool

Explorer IconExplorer

Memory Pool

40,105 transactions
18.84 vMB
0.18295429 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.49/200 MB

Candidate Block

Mining Attempt 49d30c6bed9c34e812b2e0829324284e9ff4e64b40307dc4aa2168cc137ca805
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root 617913c8b627edd1618d47cc15b8c9b1a86ab6038d5f51cde91816ee5968b9eb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.05363666 BTC
Median Feerate: 4.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (666,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
246,990 246,990 000000000000007d1b4dfbde86ae3137acdfdfc8cb156544cc221b8488680dcc 2 0.00 vMB 0
246,989 246,989 00000000000000452fcb2757bcf9805de91c9912e267ea9ed121ae4ce9a7797b 244 0.12 vMB 138
246,988 246,988 000000000000006648a587ae4f4893f5632b103ecbbaab8f9666dc545b0f18cd 55 0.03 vMB 123
246,987 246,987 000000000000009b66489c0c03116172aef7db85e0aa9ed1db90725ea26ef8c9 216 0.10 vMB 145
246,986 246,986 000000000000005a00e63fb35e71979f989bef418f0a7abe7c91c6eeb44c2c00 244 0.10 vMB 137
246,985 246,985 000000000000003057cff115437cf68e6c9291c9c54d90ad7315084ae1a8354b 216 0.05 vMB 13
246,984 246,984 0000000000000014eadbc8529c89b27ed781906b20e350320927897eab3f94de 115 0.05 vMB 144
246,983 246,983 000000000000007b433eb6102f76eb6e51e9f2765f4c08733805d755c2468e57 23 0.01 vMB 40
246,982 246,982 0000000000000073a5fd6139eafafd80f82ec4eb2dd578618407d3a6b2ef0132 327 0.16 vMB 107
246,981 246,981 0000000000000059a8a445996ec63bfcab7ec8596221d6372ed9dd1737ea38cd 349 0.16 vMB 216
246,980 246,980 000000000000005bb14c33b3543f9c5ea36523a88bc5e6ebd678139aa40e0843 5 0.00 vMB 14
246,979 246,979 0000000000000001f2d8a9b168e80fde5f1570fd6da9e29a1359012914bd7982 164 0.06 vMB 208
246,978 246,978 000000000000009cc77e9146c7b0a1184c8503aba03228aeb3711634ddca85cb 512 0.19 vMB 119
246,977 246,977 000000000000008a313a5cae1181459b4696d7fe74b467cb1c209bd389e94944 9 0.00 vMB 281
246,976 246,976 0000000000000003a8631262cc3be45d0dca882c32fbee56b5ef81ce7039d860 129 0.06 vMB 173
246,975 246,975 000000000000006f1cf2110cb5577b562a0a2080d03741037e39f632d1e3d540 279 0.14 vMB 165
246,974 246,974 000000000000006aeb488b242fd42117f2f734f16bc781885ca2962540f0b846 269 0.11 vMB 162
246,973 246,973 000000000000002ea1d2b7e78a5ebc3b889baad81c21cddaaeb43a9aeace70bc 283 0.13 vMB 124
246,972 246,972 000000000000006a994734cb3b606e2cb8767d2be2a9a4f8cdb0d59452203838 17 0.01 vMB 70
246,971 246,971 0000000000000057ea1893ca5a65dffeeabbac1019df03ea1ba18824013e17c6 263 0.13 vMB 119
246,970 246,970 0000000000000084d2f7a1475d4336089f83e34f7ce939af0c018e2229daf955 166 0.08 vMB 145
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 86
    • Outgoing: 10
  • Data Transfer:
    • Sent: 130.84 GB
    • Received: 0.54 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.