Loading Tool

Explorer IconExplorer

Memory Pool

45,691 transactions
28.70 vMB
0.07306580 BTC
Random Selection Loading Transactions
Max Size: 152.17/200 MB

Candidate Block

Mining Attempt 0ec61e92c1d7775421d4f64637e15bcfae4722bd7c5e6236811cdef76ab76fdf
Version 20000000
Previous Block 00000000000000000001439d85f4c9865dbd63fa2c12f0157e9689daa4e781f6
Merkle Root 2a13a39e53ecedb5ca67fffb2e61489f5b6c282be2372cfddd9b836330b920dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.01830854 BTC
Feerates: 100.15 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,810 (864,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,953 49,953 0000000009cc00a63676ae2cab274517766782e5804e3112319f0a950ba722cf 1 0.00/1.00 vMB 0
49,952 49,952 000000001c527663af957acce0f88e26b142741648eca840b4315b0c43f275be 1 0.00/1.00 vMB 0
49,951 49,951 000000001cce6de78f76d4ea11ebd050afc84dcadda3371ebe77254dcee08185 1 0.00/1.00 vMB 0
49,950 49,950 000000001349de89f7eea5f0f19f445e753c95f25b44b68df5a4089bb868249f 1 0.00/1.00 vMB 0
49,949 49,949 000000001a736990a6fe0d48e17aee43f4549b7e37941f520ee234c18e55c3aa 1 0.00/1.00 vMB 0
49,948 49,948 000000001dc08c84b112be48c72117a89d36834e66daf360b844a50f7ef32a7d 2 0.00/1.00 vMB 0
49,947 49,947 000000000e98a41373babbe7bbad9b9bbae21a4a0ee8a46a3d788f465eda9b1a 1 0.00/1.00 vMB 0
49,946 49,946 000000000236e004e3729b8442a4d4829ac6f4da2941f0988ceed3c9e2012072 1 0.00/1.00 vMB 0
49,945 49,945 00000000051ff378f81f1313ab4c0690fb3edf015938da9ecff721d89afc54db 1 0.00/1.00 vMB 0
49,944 49,944 00000000070f544ee849551fee0072a1612257fd101bf66e6856c87e09ac31c5 1 0.00/1.00 vMB 0
49,943 49,943 00000000203bcd8a08dd10dc77fc1f8238857d0b2c8b6e0aa88a86fb7f97712d 1 0.00/1.00 vMB 0
49,942 49,942 0000000008fbdd73f0708cee2844e81ccfd6fbe7f9ca82e211b244eb26ffed64 1 0.00/1.00 vMB 0
49,941 49,941 000000000ffb23f8678a0c8aeb7b7c26f671bfb3c76a4a3e0260d67d0656e8da 1 0.00/1.00 vMB 0
49,940 49,940 000000000daebde440b7011a8dc6d30fb0c32a99b9e00d34819e9801935d9fa6 1 0.00/1.00 vMB 0
49,939 49,939 0000000029ed11addcceced215210fca9f83c441163dcf7c70e498cbc650df43 1 0.00/1.00 vMB 0
49,938 49,938 00000000109f5da22e9947d78a67b0434487c35a0cb067a5b6451dffdbd25f2f 1 0.00/1.00 vMB 0
49,937 49,937 00000000205f14ae27bf8351f1059810aa4868affc1e96e15d2a8e824aebfa35 1 0.00/1.00 vMB 0
49,936 49,936 000000000a14e8493d6f326cac5c27f1cbc93f18489df32651d56571648b0bb4 1 0.00/1.00 vMB 0
49,935 49,935 0000000009ef9202a8c4551dca458c7d02ba7af671e21b402c7597aaf3a1064f 1 0.00/1.00 vMB 0
49,934 49,934 000000002353dfd16fc6914ef781f02fb470136d158c3f1b6da88f47b53cf8a1 2 0.00/1.00 vMB 0
49,933 49,933 000000000ff7899724666762aa476457ef201c44f6c7432f832494c14a150a7e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.05 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: 650.92 GB
    • Received: 13.35 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.