Loading Tool

Explorer IconExplorer

Memory Pool

79,356 transactions
29.82 vMB
0.11301919 BTC
Random Selection Loading Transactions
Max Size: 178.68/200 MB

Candidate Block

Mining Attempt 8ab7b4ecc3ce23f62a3387df6a7291c3e08b69798dfffb441d43910349f799da
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root ee6fbb4890bd561eb4dbd11ce1fa3f2c713cee1352f905fb1c9dcf1b5a8572e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02741885 BTC
Feerates: 150.74 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (289,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,600 625,600 0000000000000000000fba368b947db4340d50df7453ec4dbe3402b925075ba7 2,490 1.00/1.00 vMB 5
625,599 625,599 00000000000000000012f9acf97cacf9d8c8d51d48f2dc4d74293ed2db3bc784 2,512 1.00/1.00 vMB 18
625,598 625,598 0000000000000000000769b869170f8a4dee1b93c8147463004bfd8f34f55448 721 1.00/1.00 vMB 8
625,597 625,597 0000000000000000000daeecf9df4bd89182c10f22b8f5ffcba48f1f8e0a9883 1,853 1.00/1.00 vMB 17
625,596 625,596 000000000000000000094cc3a314fb8058cf268a7d2000de4fda39b3fef2320e 214 0.10/1.00 vMB 14
625,595 625,595 0000000000000000001104cda890f38aad2b11c377e3018e5c9bb9c12925559c 871 0.43/1.00 vMB 11
625,594 625,594 00000000000000000010654b3ac8cd4af01e856ca1b9fef368147fe3da120850 1,649 0.94/1.00 vMB 9
625,593 625,593 0000000000000000000e9891d000adeec0e63e852beabdd157bd52e3a7882ad9 1,953 0.80/1.00 vMB 11
625,592 625,592 00000000000000000011f0fe94f3c0ab56094c4bd646a07db77dc26d08e2aa54 1,657 0.72/1.00 vMB 8
625,591 625,591 0000000000000000000d08d61ff573bf81cda1c1c46a243d075c77f3a10fbfaf 1,410 0.91/1.00 vMB 9
625,590 625,590 00000000000000000010f2f8522ae946327b99a7d0f3fc4505a96cba12d40702 1,881 0.95/1.00 vMB 6
625,589 625,589 0000000000000000000738e7c383d063fddc7af6038e9c7f9276f3ee34bf1440 1,933 1.00/1.00 vMB 7
625,588 625,588 0000000000000000000dbda78f25ba5bd227b2253cb5780179dd0705a8a4b366 2,223 1.00/1.00 vMB 17
625,587 625,587 0000000000000000000832da469d04730ba4e739bc0001c7480067b354d984ea 631 0.35/1.00 vMB 9
625,586 625,586 00000000000000000002dbade5190ffb2dfad54c5e4da648263f139128126627 1,464 0.81/1.00 vMB 9
625,585 625,585 0000000000000000000cff096898648453c6d0d93f4b947b1819fef950a137ec 741 0.41/1.00 vMB 11
625,584 625,584 0000000000000000000a13110a19aff56324cf2c0fa3740afb8b138e1e6575e4 1,126 0.59/1.00 vMB 4
625,583 625,583 00000000000000000000d192eef61f75a4810d4e9ab6b6882d3fa800ee7a8255 1,934 1.00/1.00 vMB 15
625,582 625,582 0000000000000000000cffad39628bc2592ba2861909c7d3360ff0eab3c6ed8d 116 0.10/1.00 vMB 5
625,581 625,581 00000000000000000005fd032bfcb1aee546fddfe96f2e0af54abba59f77f8c0 1,531 0.77/1.00 vMB 7
625,580 625,580 000000000000000000004e152e8fc74201f8d369e16dbc5a89de5085f6b2de39 851 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.