Loading Tool

Explorer IconExplorer

Memory Pool

70,687 transactions
27.45 vMB
0.07793041 BTC
Random Selection Loading Transactions
Max Size: 164.71/200 MB

Candidate Block

Mining Attempt c2e305ceff833b05f122ac20164f3feaa2fa4940adb6469980bae8dc3b3784c6
Version 20000000
Previous Block 000000000000000000003328b0924124594ef7f5be12a89540676540768007bf
Merkle Root 2e90f1e34b3352099bea624d6614bd490fea6bf5a0b8f8f9911fe28c89c4baa0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 1.00 vMB
Total Fees: 0.01881725 BTC
Feerates: 301.05 > 1.89 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,583 (888,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,870 26,870 00000000b10f3a0f45dcf0fdb6aa47587bfe1fe69b5a411a174f455433251ec9 1 0.00/1.00 vMB 0
26,869 26,869 000000008b98db198824637d69f94252169ea73fb8f9a702a42252079724d5ed 1 0.00/1.00 vMB 0
26,868 26,868 00000000e84020e6f14b23807a2b693194c6012b787dbf5c4652008a3c94c4cb 1 0.00/1.00 vMB 0
26,867 26,867 000000008384720e8a54cfa8d89eb00573e9a8627f98e8f787c448113e90fae0 1 0.00/1.00 vMB 0
26,866 26,866 00000000ccccba6fff8ae8eb3f8cdf14f399c99b1fc517b428df8e408a682e3d 1 0.00/1.00 vMB 0
26,865 26,865 00000000becd61b576dffdd3e00f3984145439d9afd9cf5942e7299ab43e602a 1 0.00/1.00 vMB 0
26,864 26,864 000000002872ad9dcca63dc750aae3d5cb63532b232c8a0ea406cab43c4cb37a 1 0.00/1.00 vMB 0
26,863 26,863 0000000006418b8848d045a16114f6ae3193c25bde399aa3386d7ee7bc7199cc 1 0.00/1.00 vMB 0
26,862 26,862 00000000802fe2fcbaf6397b2f94a083f8df4f04668f1ad92754b467bb0937c5 1 0.00/1.00 vMB 0
26,861 26,861 000000002cb115369bbcc577de19719573969956b237c05d45b955ba6ed73548 1 0.00/1.00 vMB 0
26,860 26,860 0000000085123c82e8dc4331c491842402271e6efbbe06f1fe3b594996a57c16 1 0.00/1.00 vMB 0
26,859 26,859 00000000f535d17936151fa9dbd3476488182deb3a45ecc84ecb389391b47982 1 0.00/1.00 vMB 0
26,858 26,858 00000000ec8e03b704d00690a3884d7ddbe0069453aa92f8ad70ec75ca98cabe 1 0.00/1.00 vMB 0
26,857 26,857 00000000a6f15970baefeb57eccd14874845712a78aaa5e1d9c24a9000748c6e 1 0.00/1.00 vMB 0
26,856 26,856 000000008706b749d48d32f37eadd78dfe7781e719781588a577a168977922e9 1 0.00/1.00 vMB 0
26,855 26,855 00000000a032ea21c13a872751a1634b5bb16052c7cc0caaacb811174bd9532d 1 0.00/1.00 vMB 0
26,854 26,854 00000000a43d9748c3ceb209d755e3058a6f06d73aeff5b8a7d5b6d96805a177 1 0.00/1.00 vMB 0
26,853 26,853 00000000906ab678ce0425893a5ca41f70a6970d541338b6c041ba26c49605a8 1 0.00/1.00 vMB 0
26,852 26,852 00000000a1dae48b7a709599dd5fc41b5f75138e6cb9df72b66f97546379a8d0 1 0.00/1.00 vMB 0
26,851 26,851 0000000026f61ac3238aedf7274651d34a6c4ff9837067df9cc83f9e520fb33a 1 0.00/1.00 vMB 0
26,850 26,850 00000000f0605b29290ea5ff1bf2da12dfb5c4d082257ec443cb64e00c8e73d0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.40 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: 770.01 GB
    • Received: 19.74 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.