Loading Tool

Explorer IconExplorer

Memory Pool

26,620 transactions
6.40 vMB
0.06268669 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.71/200 MB

Candidate Block

Mining Attempt d5a1c2bcb25d59c66ff7c017603b25dc5439814b90e452bb56454145ad6a510c
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 361470f4e8424eb89428a066b408088943a49a5e37fd739b39c46dee615ea04e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.04645748 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (724,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,423 188,423 0000000000000403b9a619e9489a6c31fcbd02711dcbe3f37db5a2a1ef26f85d 0.25 MB 590 136
188,422 188,422 0000000000000011dfe2ecd5969c38e00b25f5636f8165fab9ef49ca22106919 0.18 MB 247 90
188,421 188,421 0000000000000210c76226472d329462a39147939dc123652c98900b9dbf09bb 0.18 MB 473 363
188,420 188,420 000000000000093ba9fb9435f63825300cbc0015a06f666babd631d175cc8f12 0.07 MB 64 63
188,419 188,419 000000000000002df896dd782e28e1729ea8db3db278ff62b9b5e500af33e3bd 0.09 MB 128 72
188,418 188,418 0000000000000587556425a377c751a40d61fe1156c2e6b16e844fdc38c252b7 0.17 MB 492 135
188,417 188,417 000000000000068db7b54968995fce470f02f7fbef8e273343024b1db7e38234 0.28 MB 512 181
188,416 188,416 00000000000006d397bcecab951c127fe70dcd06f11d4e0a3ba72c3d443e0362 0.14 MB 490 161
188,415 188,415 0000000000000347267a58ac44702ffd2e3d88e8418cddd39c9379fd257af008 0.25 MB 421 213
188,414 188,414 00000000000007a99876118dc078a3f3e09fbf7aad7353c2cb5645420aba3b42 0.25 MB 284 139
188,413 188,413 00000000000006e95be670ddf73de2566dfe0112b77967ae6d1cc4e9601e4bbf 0.05 MB 158 402
188,412 188,412 00000000000002b3cb93ee5bc33d20367889697a818ba81adb80f7562404105f 0.05 MB 123 389
188,411 188,411 00000000000005b54624da59731aad8fc237c3a59a0689d7783e68da8a5d6806 0.06 MB 138 136
188,410 188,410 00000000000000f17853500bc910ecdeb1f931ad400f5aba67b7960aa3337f75 0.06 MB 162 942
188,409 188,409 00000000000005ea73b4c734b50e7f23a0ac1cdf8a880c67e72c44062642b7f0 0.06 MB 171 99
188,408 188,408 00000000000006048e7c5524261f217956a9b87e602c9e8c2df8cda395fc9f3b 0.09 MB 65 87
188,407 188,407 00000000000006468a273fc883c18b836d947d9e4d0ff0d7a845459d766b2b6f 0.03 MB 37 542
188,406 188,406 00000000000003fdbb9278c904528347a3aeac2bb283118de453262baa67d603 0.20 MB 265 79
188,405 188,405 00000000000007b004a19c211102f338d67e0ae81536c7013dbe1ec64f51e5cb 0.25 MB 825 165
188,404 188,404 0000000000000472dbafe8c11128b392bcaf858c78cd8045b38c0319f316fbdd 0.00 MB 12 71
188,403 188,403 0000000000000375fc339c8a6208f59ee99be47b0beff109d5bca157b99dcb63 0.25 MB 688 233
Previous 10 blocks ↓
Total Size: 778.85 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: 384.95 GB
    • Received: 3.46 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.