Loading Tool

Explorer IconExplorer

Memory Pool

17,558 transactions
8.01 vMB
0.02603093 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.02/200 MB

Candidate Block

Mining Attempt 115625a109604fa80cc4f51dec9caaa9690ef4f634445f192d43eec4a1453780
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 48bea956fa033793fa98ee1cf1d6b768f5ccf279a0673f971fe22dd1a25a3fc4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,843
Size: 1.00 vMB
Total Fees: 0.00938521 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (710,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,935 202,935 0000000000000462064caa18b149dc2227a945be0a09b9d48cc86e7ba7aeb918 184 0.07 vMB 183
202,934 202,934 000000000000033651e88ddd5eced9bd034390ca7c1ae5b8292933258dde22aa 67 0.03 vMB 387
202,933 202,933 00000000000004ac07e45adf191cc3970856225cb22c6c60df46dc4d3cf3ba06 67 0.04 vMB 222
202,932 202,932 0000000000000206dcaaadff3c9ad6440f5cd67aa33ade71972ae9afbd4969b0 14 0.00 vMB 188
202,931 202,931 00000000000003f5fcf877e06b22e79db726db67759efcde96b33a991f928a9d 99 0.05 vMB 91
202,930 202,930 00000000000001e18d3fe35a7d65ca31b77b0444d5a464416e9c38be6cb02a09 133 0.05 vMB 112
202,929 202,929 00000000000004666bdf9b00b9b8cc95432dd2fd37826fbcb279655a4ab6d420 8 0.00 vMB 58
202,928 202,928 0000000000000282b33c00983973604cd8bc5817d5d5600c2c535779f3727ee8 157 0.14 vMB 33
202,927 202,927 00000000000004339898c395ff336ddd4d2c01c75966ad2acf30878d029643e6 320 0.15 vMB 286
202,926 202,926 00000000000003722f66be44fa07a7e3ab8ea32e241b90cdd5ede5030209e79a 114 0.10 vMB 92
202,925 202,925 00000000000000261d89731b815d8322c01b09dc8e1c911c8a6094718f4379ff 172 0.07 vMB 257
202,924 202,924 00000000000003568b44d299519a69e1d51190a6dce6789c33f458c0c11b632c 100 0.04 vMB 173
202,923 202,923 00000000000002decce9655f1172be9b1e633b53b2065a995f4eea4e0aeb4155 27 0.01 vMB 541
202,922 202,922 00000000000003c7f42e14a46bb147008f051c221a791b67ace3970b2e8bd3c1 30 0.01 vMB 6
202,921 202,921 0000000000000112a630242e106e58907ef05f492032821b485e8ac4fbadefca 39 0.02 vMB 122
202,920 202,920 00000000000004c7c5b58ca08beae808384c7502b48db8c6c72e38854f1e3258 154 0.08 vMB 185
202,919 202,919 000000000000020ca9c162bbd6ab70cdf3d0d66ad3e7844c521048aae90ba30c 30 0.01 vMB 208
202,918 202,918 00000000000004376042f8b2c4a1dc08ac1782a309851b3a1ac946398bddc32e 334 0.14 vMB 27
202,917 202,917 0000000000000413fd803e40f6a38115f8f64ab9639a12e2d7ad7b805e0c3772 108 0.06 vMB 121
202,916 202,916 00000000000000d9de591650184593894e26614610e9ab5994bf2b874199d9f4 334 0.17 vMB 337
202,915 202,915 00000000000005275fe4f762f8b74bbb9b0180560064795b232190900a8abfc5 342 0.14 vMB 199
Previous 10 blocks ↓
Total Size: 779.56 GB

Node Details:

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