Loading Tool

Explorer IconExplorer

Memory Pool

37,984 transactions
27.13 vMB
0.05637196 BTC
Random Selection Loading Transactions
Max Size: 138.33/200 MB

Candidate Block

Mining Attempt 990c3711aca9f2ef3461ae32e9ccd4ea6aed06b7e02f4771eda88f7626827164
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 6255bae9eac1268570f79b84e0de5ab435fb8b737714a1f9dd7c3038994c2c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,130
Size: 1.00 vMB
Total Fees: 0.00523807 BTC
Feerates: 150.75 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (69,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,293 845,293 000000000000000000034c592a64724404ed0ea80fa435dd0d775be6bb8eb97a 5,616 1.00/1.00 vMB 10
845,292 845,292 000000000000000000002adb3177e78c11dfd88c6b648ab6246bc4ed201550ab 6,370 1.00/1.00 vMB 8
845,291 845,291 00000000000000000000502d67f6fde48a8b0b8449860a5980d6685ab36ae3ae 3,512 1.00/1.00 vMB 12
845,290 845,290 00000000000000000002c45b9e61e404bd9f46e72225a7a264647d707e5f9e78 5,513 1.00/1.00 vMB 9
845,289 845,289 0000000000000000000146d1046af6d41e2d00c9479aac4a0bea958271a8b0c8 4,791 1.00/1.00 vMB 11
845,288 845,288 000000000000000000003f5e673f681b1696d552d6346dd45bc15813e230476b 6,552 1.00/1.00 vMB 8
845,287 845,287 0000000000000000000285d2e6667d83383d700edfdaa47f894fd7e58aa34253 5,267 1.00/1.00 vMB 10
845,286 845,286 0000000000000000000019859e508d3fad583274b2deea28a769f31c39406ce9 5,819 1.00/1.00 vMB 9
845,285 845,285 000000000000000000025aa7b3468b888a91c8ece3e5c5d34eee96106c963c67 5,789 1.00/1.00 vMB 9
845,284 845,284 000000000000000000024b4704a58d3fb68ed49a24e0fcfa93ad49691b38c0dd 4,664 1.00/1.00 vMB 10
845,283 845,283 00000000000000000002a7e1daefe835b7a27f2f4f409d1fc74c0e3b51f7b3c6 7,026 1.00/1.00 vMB 8
845,282 845,282 0000000000000000000084f3ceb9ea912d1f7d132491efa1dc55cc84aa35bbae 4,796 1.00/1.00 vMB 10
845,281 845,281 0000000000000000000200665460334f8423acdc121da7613f2134c198c4f319 2,797 1.00/1.00 vMB 8
845,280 845,280 0000000000000000000222dc80963dd2c57f17f598d74ae1137e3e06fbdcba92 3,944 1.00/1.00 vMB 10
845,279 845,279 000000000000000000014d945c2d2a9c339d4bba2a4c27aeef6408a094b32394 4,488 1.00/1.00 vMB 11
845,278 845,278 00000000000000000002dc287beb2954504180498b986dc9b3f3738b489b67e2 6,664 1.00/1.00 vMB 8
845,277 845,277 0000000000000000000121c1ad4c24a4e6a5e2f0d74bb188c97fc15b553ee23e 6,548 1.00/1.00 vMB 8
845,276 845,276 00000000000000000002dd2106fa146319e38e856b690534213ebc5310398c71 4,235 1.00/1.00 vMB 12
845,275 845,275 000000000000000000034e38ad596fe18e6b2e8e07a3c44134d35081c0e7f28f 3,398 1.00/1.00 vMB 11
845,274 845,274 00000000000000000001a4d9be1624a7df394b37ea89275ca3d57c309ff496e9 4,517 1.00/1.00 vMB 10
845,273 845,273 00000000000000000001836aa94012c09958f1b7b0b59d1628c56ccbe4117f95 6,494 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.