Loading Tool

Explorer IconExplorer

Memory Pool

19,989 transactions
8.97 vMB
0.04215272 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.46/200 MB

Candidate Block

Mining Attempt 5600d4bc32492c89e11c1dce95ce9a25b65c8004a12d74fb0595c7b0e74927c5
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 0ca629c7054b9e75c83b09a12fc92087f9fc015e7257784e008e7f5ed020c613
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.02236556 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (651,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,923 261,923 0000000000000004f842eccfdc6e0e239b470a43e48b02240eb8a9b34177c5bc 70 0.03 vMB 132
261,922 261,922 0000000000000014788f277aa267044012669c9370bbeeb4d16cafbc3a5669c5 218 0.10 vMB 113
261,921 261,921 00000000000000199dbc751fccefd9990a69d84ce3b65df2111ad353f142f116 325 0.14 vMB 111
261,920 261,920 000000000000000cb8e8600edcc8d919f844ee84a99d6bf85a67073e15497452 178 0.10 vMB 70
261,919 261,919 000000000000000f0da564f000a32a16778d3123e946af9c46e00c92840ce79a 241 0.10 vMB 125
261,918 261,918 000000000000001158730b3e3a5f9e41974c02ccd8b665714135099cb040635a 317 0.14 vMB 111
261,917 261,917 000000000000001328d54dd0c0ed839ba65122cf9a3a750743a8446845e8fb93 423 0.18 vMB 138
261,916 261,916 0000000000000018f1631289a0832a6882373a7fc8857b613c10f1f9853bcac6 95 0.03 vMB 96
261,915 261,915 00000000000000040ec929f54efc8aa99b00ac0801aaf8d1882b3160f117efd4 313 0.13 vMB 96
261,914 261,914 0000000000000010e2160eeeba420815b55670adab59bdd55beb97e3bd721482 358 0.16 vMB 124
261,913 261,913 00000000000000055cd54a2693a8a6646495e79133817b9b84e77ed4c2647fbd 650 0.25 vMB 147
261,912 261,912 000000000000000e8235b224ed39bdf8ad28d6d091b4101bfae142be20380466 454 0.20 vMB 126
261,911 261,911 00000000000000132e04350c905a3afe179fc1c0718196e8e0ace5478deca984 131 0.06 vMB 98
261,910 261,910 000000000000000983f1b52e39e001eedd88fb740638bf850363e9ed12cb249b 265 0.11 vMB 128
261,909 261,909 000000000000000cf733ca088cdc7ba5975bf1998043273153a0f628f6caf47d 170 0.14 vMB 36
261,908 261,908 0000000000000016d50a5244c888d57621e603b1d6f91dd3c8503f420f76f364 345 0.15 vMB 96
261,907 261,907 000000000000000516fd02261020a9f03ca50f13380bd5f2b1a3b332ce208677 158 0.07 vMB 105
261,906 261,906 000000000000001335aaefcbd5ef4a4bb9842e4c6a6cc6de9bb7d92b66d2e297 404 0.16 vMB 124
261,905 261,905 000000000000001bcd88f8ecd55a9d1764908f271cc6b475ef1e73ff5759f9e3 256 0.10 vMB 83
261,904 261,904 00000000000000104d0aebdac1aa64d24243434c5a2fc51cdd2326c4451bcf35 13 0.00 vMB 77
261,903 261,903 000000000000000df25bd8e29f54783e57f69c4596dfef4ab0ad9dab725678d2 311 0.15 vMB 110
Previous 10 blocks ↓
Total Size: 779.57 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: 270.47 GB
    • Received: 1.05 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.