Loading Tool

Explorer IconExplorer

Memory Pool

76,550 transactions
28.16 vMB
0.08024983 BTC
Random Selection Loading Transactions
Max Size: 171.75/200 MB

Candidate Block

Mining Attempt c30e97368e2823d3986d81a7f14bc3bb2158fb756ca28be4216fc5e67a32b4d8
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 24ed5f0e8514f714dd5bb6c9b66cb9fdd9d6a79e30bd34bbe8129f29a935335a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.01925313 BTC
Feerates: 142.33 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (482,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,056 433,056 00000000000000000049c16a163e2d2d7a2717dcacec25b77b19fab76c77562e 895 0.39/1.00 vMB 58
433,055 433,055 000000000000000003a3d8da8870e0da1cae7c84f29373ac7a32dc24bff224da 1,421 0.57/1.00 vMB 61
433,054 433,054 00000000000000000469972938145158a8a29b220b2571b79b925a46714c224f 1,539 0.74/1.00 vMB 54
433,053 433,053 0000000000000000001c2c0e38234933205284c18a1c302aa6cf1a42d6a0f555 261 0.44/1.00 vMB 17
433,052 433,052 000000000000000001eb9d94118834c8576874ff0c1320b83b6be08e1bee0f21 1,920 0.79/1.00 vMB 60
433,051 433,051 00000000000000000101017f8a18317632c92f922cf9b6adf2156980fbb36181 250 1.00/1.00 vMB 11
433,050 433,050 0000000000000000047a95b47d25c30e3a20eadb15a655b0e557fd30eb8ced4f 1,970 0.95/1.00 vMB 52
433,049 433,049 0000000000000000028ab97b70fd6ba6b95bfce384539ae8f1907acf0361e4ce 670 0.99/1.00 vMB 21
433,048 433,048 000000000000000001c584912dd94ee741398d2c0c7dbe2b53d59b2637b037e9 655 0.98/1.00 vMB 19
433,047 433,047 00000000000000000204e605c06a2103aa66d51e10ff0780f596fcfdf94a0bf5 720 0.99/1.00 vMB 23
433,046 433,046 00000000000000000372ceceb2cdb561fb6a67e2ef1a9a846ce622766d65514d 927 0.98/1.00 vMB 24
433,045 433,045 000000000000000001fa0c5ad9844fd7d905c622633bd2648afcbcfc2b32cb29 2,046 0.96/1.00 vMB 54
433,044 433,044 00000000000000000190d943e703aeb438b3ebac0750fa3eac90eb66856a7013 1,044 1.00/1.00 vMB 25
433,043 433,043 000000000000000000ba3e93840fb8473ac2996a1d6a6a1e29ab3ef70b2a01a8 1,582 0.64/1.00 vMB 57
433,042 433,042 00000000000000000459c242ebd025e1a0b4af5895a318ccc65b76dc1f13175d 310 0.13/1.00 vMB 57
433,041 433,041 000000000000000003bb9f3ff6e332e2ee4e42064c7ecbc21a191e200e840c66 1,152 0.71/1.00 vMB 38
433,040 433,040 00000000000000000300fd2a1500ec20c1fb9ec83d2428f79d5215c6b7603b0f 2,286 1.00/1.00 vMB 81
433,039 433,039 00000000000000000103ff448a7b89113d248f972778efa1d2e1b00de917c3bb 1,490 1.00/1.00 vMB 38
433,038 433,038 0000000000000000042b8a4716892f220508ba76f2670355c24e9e4847f3761d 2,149 1.00/1.00 vMB 47
433,037 433,037 000000000000000003f791d25e59ce62c0c51c2e87e2fe3663af928092543c41 2,811 1.00/1.00 vMB 73
433,036 433,036 0000000000000000014eb8b46246d34d77be0e2f15fa62af5c6e5c9a96b378e4 2,516 1.00/1.00 vMB 60
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: 713.77 GB
    • Received: 17.47 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.