Loading Tool

Explorer IconExplorer

Memory Pool

19,334 transactions
9.01 vMB
0.06629942 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.49/200 MB

Candidate Block

Mining Attempt fff5981e5eb14112dcd5acabf383641e112cd9c629171900c3d19df808b39708
Version 20000000
Previous Block 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7
Merkle Root dd828e1f179f6c046bce22eb3ad5c80cbeceb076cb739ef4e317db6a64f544b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,380
Size: 1.00 vMB
Total Fees: 0.04635847 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,403 (699,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,052 214,052 0000000000000056f00920de64ace0df2682df63eb1dcf8191560e378b7df31e 746 0.25 vMB 218
214,051 214,051 0000000000000124b383fe2aaa39cac0fb3baac6f523eea0d85ff213192bf275 544 0.27 vMB 159
214,050 214,050 00000000000001964f9919e5f30aeb5159b0a008ca56e3a37ffed3cb9eada203 699 0.20 vMB 275
214,049 214,049 00000000000003fe5918bc6e44e41cd73a4f36488d560749f7ca2a14fb4e12af 102 0.05 vMB 155
214,048 214,048 000000000000029ddb7dca116aebbf087cbb3ac9b479285b0c22febf42c6ee66 105 0.05 vMB 163
214,047 214,047 00000000000005422fb751c6c47f6d07dc065d8d35133cc5969d5b23163fafd9 195 0.12 vMB 68
214,046 214,046 00000000000001f408f98565bf5dc0dc10e98c1589a27ebcc4c7b5918c3cb083 547 0.37 vMB 152
214,045 214,045 00000000000003902acc53685642e5175f2b45aa326060478722ba0dc1ee2323 730 0.25 vMB 301
214,044 214,044 00000000000003fdebca4f6353ebb18f93cdf19069adbdd9286b422ddbb73cd7 606 0.26 vMB 234
214,043 214,043 00000000000002e12ef9cd488f2aad5fc50b99a1e16279b83eefc08d7859880d 107 0.05 vMB 143
214,042 214,042 000000000000014aa199400d4fd63dc37b63c251d824a7a3a429479877f064b6 8 0.00 vMB 46
214,041 214,041 00000000000002f9366ec653bacc803ee90fde1f83e4150e5db5c63c6f35e0e9 621 0.25 vMB 196
214,040 214,040 00000000000003497fd07f904bea838a95367e883f1c8f2261bf6e54b934c328 257 0.12 vMB 171
214,039 214,039 000000000000026aa1fba68bc004108f8a9c742af771b0024d6e940e993e7d4c 134 0.05 vMB 114
214,038 214,038 000000000000028d4203bcefbcce661188f3890d9ea4f99315ffcc7d66155eab 227 0.13 vMB 130
214,037 214,037 000000000000013ca2248e2bef56cb3d6d5dedd052ecd11f6b800072c191b9f3 20 0.01 vMB 176
214,036 214,036 00000000000005671a9ed995b20d9542c669f1a9f80977056c64874707c7746b 52 0.03 vMB 140
214,035 214,035 00000000000004726cc77fb0b1ef67f531b376b1b7c9a07ced4439eb3167049c 560 0.25 vMB 169
214,034 214,034 00000000000000ce683bb7627d06a8cd833d519e7bf888a33eb0cb4f02fd2d57 128 0.11 vMB 29
214,033 214,033 00000000000000c646a8c78bd67cdb3274a9c8559fde58d3d26182e7a8235273 446 0.21 vMB 185
214,032 214,032 0000000000000486c3f44f742a43925fb43893f56d324abd551cce6504bda1d5 384 0.16 vMB 185
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: 272.93 GB
    • Received: 1.06 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.