Loading Tool

Explorer IconExplorer

Memory Pool

27,133 transactions
13.66 vMB
0.13624299 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.64/200 MB

Candidate Block

Mining Attempt 1101f620b539340b9b273bb40bc2ce7a6664eb9b0854f61ef76bf088c86b7519
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root d247c7e80e8fd8d5d482cf0a3cb7a4d635eac9cd933639df28a0934db341b191
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,884
Size: 1.00 vMB
Total Fees: 0.08538872 BTC
Median Feerate: 3.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (708,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,844 204,844 0000000000000084507818ba26371e8b79e5035b376d13de76c8949e0d644085 656 0.37 vMB 87
204,843 204,843 00000000000000efc1a69a573e3841f9a9b822244042cc3f934a07f7d4452709 28 0.03 vMB 97
204,842 204,842 00000000000000b648240bb710a08fbb448b5f3e4d7f965240c266636b0890c0 93 0.05 vMB 11
204,841 204,841 000000000000019e11149044900eb0904a069ab5585c132112596ceaeb5c075f 112 0.11 vMB 130
204,840 204,840 00000000000001721006216f100a02dc7d537efb3646d4c6f716b7896f40238c 133 0.07 vMB 87
204,839 204,839 000000000000016c02067fa9014c46b35ee6c489cae250a71a66f84e76ab660f 10 0.00 vMB 46
204,838 204,838 00000000000004a635812d6ebc51995e30b7d2f4228cd766c605767a67ede9e8 14 0.00 vMB 303
204,837 204,837 0000000000000123694b574f5c63266dbad28ff5a97faf3c08fbdbe0650da5f7 88 0.04 vMB 85
204,836 204,836 00000000000000bbcc5dca4c38a1bdea1ea77aab4cdf91dbd9267c6b46a3a3a2 40 0.04 vMB 55
204,835 204,835 000000000000025fffd0233a848c44e9ab639d176f6237f9820647ff5aac2be9 75 0.04 vMB 77
204,834 204,834 00000000000001fb44559aa9b7b080e9b1c8cd814eb9cd782fd597e4c9bdf656 253 0.11 vMB 154
204,833 204,833 0000000000000184b3ba967c07cd53db1a755a9fe09c07cdaf4d6c7ae2146298 197 0.06 vMB 119
204,832 204,832 00000000000004bbc0627709747823098ae6029deba203763c69a6118bd9c873 9 0.00 vMB 451
204,831 204,831 00000000000003ee73c1257726c3bdcf5c6adf011a0812876a9472fb59a863b0 307 0.16 vMB 157
204,830 204,830 0000000000000047a97f860762a7ffaf8f8bd0fd95411cb9058dc782735dd1fe 127 0.07 vMB 257
204,829 204,829 000000000000013a0704ca20fa36c30fb6af6d8758c7c65ad6ffd41885e27dd7 94 0.04 vMB 88
204,828 204,828 000000000000014c9eda30122d7434cfc6f8498e7cb512ba63213faa2e1a2b8a 231 0.10 vMB 213
204,827 204,827 0000000000000188556e0a72af2fb1a7a75802636855490a49eb751b95a056fb 228 0.06 vMB 180
204,826 204,826 0000000000000459e89bc43014b48cad41632c651d1daea3ca9b6698fdeefca4 450 0.25 vMB 145
204,825 204,825 00000000000000863b9102bacc781feb5ebe682c99d47e38b7c4b8d1fa65bc0e 1,010 0.42 vMB 70
204,824 204,824 0000000000000103f0b0c576d70294105a68cd15d9f96b5dd57cc322e9c8b663 665 0.42 vMB 232
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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