Loading Tool

Explorer IconExplorer

Memory Pool

30,696 transactions
11.71 vMB
0.04051714 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.39/200 MB

Candidate Block

Mining Attempt 2b7b3e312372123e7c778677c3440786ff1def336b43ee7df9336d62faae29a3
Version 20000000
Previous Block 00000000000000000001aac412b5070310651103551b30729b18c8a227eabda6
Merkle Root 9de4cfdc15342ed3c82bd476cbd8e1045723ca7b2ebe3917cd60d315c32fc5a4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,151
Size: 1.00 vMB
Total Fees: 0.02014918 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,528 (739,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,849 173,849 00000000000001742cdccd7ae7fc5d851288f46e333dea693781342b574ac02f 19 0.01 vMB 85
173,848 173,848 0000000000000516bda13e51d34a8f8a0c9e39ef12ba53f87ee8ad5a4b7f3255 33 0.01 vMB 161
173,847 173,847 0000000000000472cf65a9ea659930c65aa1aa5e93090dde97c9d1256b891948 48 0.02 vMB 237
173,846 173,846 00000000000005c0b7faf8bcb334183ba0aa49e8f728181c0e01d22fd96c432b 1 0.00 vMB 0
173,845 173,845 0000000000000126c106c4952198920b436805c0629cb8ef52bca114beeb2510 52 0.03 vMB 108
173,844 173,844 000000000000078036821f99125dac1f8c4257ce82764ba1801319a737e4d0a6 142 0.04 vMB 22
173,843 173,843 00000000000008f65da25e1ae8189a75ee1ff502d78b70238e114572b1df9865 1 0.00 vMB 0
173,842 173,842 000000000000028169a5196518518be15e02e2fc5666c854cb2b11b71850c0fe 38 0.02 vMB 64
173,841 173,841 00000000000008f7d0bec147ae56214ee57f61203c62cf2d8fe13f3e3eb5e3c5 29 0.01 vMB 70
173,840 173,840 00000000000005aebbccab7931304e4d83b532e0a35880eaad44d149dc518e80 27 0.01 vMB 28
173,839 173,839 00000000000003080cacc182e8d2a1cc98378b649a3ced24cff4b4c81c6ab68f 30 0.01 vMB 35
173,838 173,838 000000000000079654a334f91fd3253be197822386c80a7a8d7cdac0d48a4670 1 0.00 vMB 0
173,837 173,837 000000000000026561d41454a5b1163d5ecd3fe8dde44f211802fe3d47243d40 82 0.03 vMB 130
173,836 173,836 00000000000008276875f0c97cb87ff9273a34d4f25966ed93620823342d140a 76 0.04 vMB 102
173,835 173,835 00000000000000577a1d775a46f3600d0643ba2fae996a61417f14ad8967fe5d 55 0.04 vMB 243
173,834 173,834 00000000000005adfec497ede7ef83c9627a3e260956beb3d160122c84fec0ba 27 0.01 vMB 4
173,833 173,833 00000000000005aa008f6de96e470fcb97dd47b6f80e6d9e80273a3a3f040915 124 0.04 vMB 97
173,832 173,832 000000000000059d8a3e4f304e7632d0df1c939235b24c42cb8ffaca3218c5f3 18 0.01 vMB 188
173,831 173,831 000000000000099ff82ef20c3ab910901cea15c02a9f8ff57bdfa51ef9731511 32 0.01 vMB 96
173,830 173,830 000000000000095e4fefff468010a237e6fc258d6556c700ed2378b0e49bed41 1 0.00 vMB 0
173,829 173,829 00000000000004f38d68a03e93886e4b3d343abd5166102e8f3afeb15a3fd694 34 0.01 vMB 69
Previous 10 blocks ↓
Total Size: 779.78 GB

Node Details:

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