Loading Tool

Explorer IconExplorer

Memory Pool

85,146 transactions
23.16 vMB
0.08082746 BTC
Random Selection Loading Transactions
Max Size: 154.55/200 MB

Candidate Block

Mining Attempt f8b3a030708242486e03587bd9cb9ecd9e7eeb95e61b307b4e6560a0aa8cb01b
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root dff9ebf84c0a62b62f14abcd8b8d26bf3ff5d2ec1b8adc321b0ae6d4a584ae85
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,661
Size: 1.00 vMB
Total Fees: 0.02695377 BTC
Feerates: 547.95 > 2.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (813,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,231 102,231 000000000003b01aef501dd81479030d0a7b1c34683b3f73c7bed50c8e8cca99 14 0.00/1.00 vMB 0
102,230 102,230 000000000000f557ab842eec16aa7489aa900b91920e9b12c8b52af10cd40c9c 14 0.00/1.00 vMB 0
102,229 102,229 000000000003a3f5bb951e86a0e13d835393bbe0e3a27ff6ed8fefa9a466f39b 13 0.00/1.00 vMB 0
102,228 102,228 000000000000fcd668a4487f01ba0078d45cedffa5e2702d7e2babd558472940 23 0.01/1.00 vMB 0
102,227 102,227 000000000000054bdc964b5497cad1f3c01a65960911d8b48744319d8b3e04d1 3 0.00/1.00 vMB 0
102,226 102,226 000000000000d27c80d9772fa20b2bad0391aa6ba771dc33e3cffc486bad799a 2 0.00/1.00 vMB 0
102,225 102,225 000000000002948127b650f08bed3dd2b7465bffac04f17285f96a870b93d536 1 0.00/1.00 vMB 0
102,224 102,224 00000000000062d51a9514eb918a749da79b763ef0da337bcaf78289475a565f 1 0.00/1.00 vMB 0
102,223 102,223 000000000002fb5783282f41cbcaa634b92ee71488ba02b7ca57460335c0ce6c 2 0.00/1.00 vMB 0
102,222 102,222 000000000003348cba1c6efb8dcbf206d03a1ef614a3fe344f8e8319df0772bd 1 0.00/1.00 vMB 0
102,221 102,221 000000000003b4184c1a8e41c4e38d0ab859f5415225a4a061e43e0dfaf00d89 2 0.00/1.00 vMB 0
102,220 102,220 000000000003f0606d7fb0aa3d38d0314f73e093aad055a9e57b4454265437c7 3 0.00/1.00 vMB 0
102,219 102,219 000000000001316de7506c773680c7bde2b8afcf6cd74cdb5b48bd0e0dd7bcf0 3 0.00/1.00 vMB 0
102,218 102,218 000000000003821fe1dfd5e69b3feab7ed2079c2f300ebbd51319e5fb1668708 1 0.00/1.00 vMB 0
102,217 102,217 000000000000e547c529c11dcb3c91558b2e22ce38cd4547ead857c3d5085a39 2 0.00/1.00 vMB 0
102,216 102,216 000000000002dcb9782e207364943f831fe6ffa633698252b8b5718eb6688a38 1 0.00/1.00 vMB 0
102,215 102,215 000000000003835af380d02342caa940141ea0fbfb944491ea16015f714cd5c8 3 0.00/1.00 vMB 0
102,214 102,214 00000000000345fdbfdf73e00019e38164b9c3a1ae0f36bcd67b29abac24d5ab 1 0.00/1.00 vMB 0
102,213 102,213 000000000001ef70eaf8965c70cc219143802399ff2f4256a08408fde16495ab 3 0.00/1.00 vMB 0
102,212 102,212 000000000002289cfa5d2f2ac64dff13c3ac9b4f14c5e61ea1efc568cd51741e 1 0.00/1.00 vMB 0
102,211 102,211 0000000000001f6f5743b150d10f0bd1787100a0d512ebbcd303762b2672d2fa 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 GB

Node Details:

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