Loading Tool

Explorer IconExplorer

Memory Pool

41,336 transactions
19.89 vMB
0.05906012 BTC
Random Selection Loading Transactions
Max Size: 111.27/200 MB

Candidate Block

Mining Attempt 3b46765a03c964eba4b32f64eaf074e599da98545b81b04fbb5e807efa07f302
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root ec5505f27b643d1f515dd06afe8c383552dedd501b8fc1da3b23f61f458002ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,246
Size: 1.00 vMB
Total Fees: 0.02003337 BTC
Feerates: 106.21 > 2.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (827,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,871 86,871 00000000000398c7bac198accc2fe35d1a3fedd1a9282c1f51cba6b4cabfad29 5 0.00/1.00 vMB 0
86,870 86,870 00000000000850df2eb02b8de2cb2d25f626b971df740a51cd110b14f7ddaef8 8 0.00/1.00 vMB 0
86,869 86,869 0000000000031d4e9f4e96ac010a9ecd635c7eeb6080e391dfbd7d51f1cb8dc0 2 0.00/1.00 vMB 0
86,868 86,868 00000000001b3a8ad25cd8bf6aab6025c04d7827a29bc6644bd8a4abe2a02017 15 0.01/1.00 vMB 0
86,867 86,867 0000000000009ff2840fe6811aaecf105cc73f23eb4b2d6fdb34b51f0a9884c0 4 0.00/1.00 vMB 0
86,866 86,866 000000000006e8bacdc08af1ef3a2cc391a00e7ba3a89d80a6c057699b3ea640 7 0.00/1.00 vMB 0
86,865 86,865 00000000000f89df9b3307d47d486513b71b0c8dcfac29a4ed72b2eae2d744d7 5 0.00/1.00 vMB 0
86,864 86,864 00000000001ba96fda9f7c7f6cc926d5e8c39c89bf4855be2c972b5957e8e456 4 0.00/1.00 vMB 0
86,863 86,863 00000000001a6139c7dc97cfb46e0dd3296d46f0ad0cfef79a14d088cb45fd2a 9 0.00/1.00 vMB 0
86,862 86,862 00000000000c7382a8150e7975464c1b3394d28db7423f1957e71980346d2fcc 9 0.00/1.00 vMB 0
86,861 86,861 000000000001e7556eafde2b8ff335128284b3bd0e6046c452495925e050a086 11 0.00/1.00 vMB 0
86,860 86,860 00000000000b187e60aaa0e628b2977806dc7a47f5886aed744e8633045cf556 3 0.00/1.00 vMB 0
86,859 86,859 000000000009f3444d8c7809fb3c91645cf3b8ca8170839bff21109a57fcb85e 7 0.00/1.00 vMB 0
86,858 86,858 0000000000098aa4e21a16e05af4dc90a0da80af36f9fe849ae9b1024e77bdd2 5 0.00/1.00 vMB 0
86,857 86,857 0000000000199cedfa77c472817f60f47e953a12d1b84987343c18cd517c6d0a 7 0.00/1.00 vMB 0
86,856 86,856 00000000001de283c2b69450fd576753d9264c35a4a21cba2d026582f932eebe 13 0.00/1.00 vMB 0
86,855 86,855 00000000000f1e315ba2be64b917dba904ce202321850d924b7bc925e5a4d338 6 0.00/1.00 vMB 0
86,854 86,854 000000000017bed591e59101548ff830d83d318396c6459403ec624366695a85 6 0.00/1.00 vMB 0
86,853 86,853 00000000000915bdebca38c91c85a59e544f808c7950fcef616480bcdf25f181 5 0.00/1.00 vMB 0
86,852 86,852 00000000001b2b0e520e2df4f45926a74d3717d81c24064c11938229a3de5808 2 0.00/1.00 vMB 0
86,851 86,851 000000000005db1c614f517fe4098ebcce633f81551ccd1d42a056db6aacc233 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 554.92 GB
    • Received: 6.84 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.