Loading Tool

Explorer IconExplorer

Memory Pool

49,894 transactions
30.82 vMB
0.10436179 BTC
Random Selection Loading Transactions
Max Size: 164.95/200 MB

Candidate Block

Mining Attempt c4fee4bd1f3dfd1f35a03a4d5a05d39394e80d7dc76f53d3ce774d08b95dd54b
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 34952a8717ea64e18cc4860d85d7e7a56c4a322af523c1f80679bbec2ce5ee7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.03762775 BTC
Feerates: 101.56 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (301,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,932 612,932 0000000000000000000b3f28c46a336309dd671a1b0cc199607dffb37c51ae93 3,063 1.00/1.00 vMB 306
612,931 612,931 00000000000000000009acdb696fa90b24255591c4f25a781a59d224a7a9965c 3,043 1.00/1.00 vMB 33
612,930 612,930 0000000000000000000da32623d1276027785428897b5164791b7f3138fe1630 2,896 1.00/1.00 vMB 20
612,929 612,929 0000000000000000000a62feba8f091daaadf49b4a2e81fc443ab8b1aece1d62 2,199 1.00/1.00 vMB 34
612,928 612,928 000000000000000000014470ca8258a8b757c57708b6b1e9354be33a0004c9a0 1,090 1.00/1.00 vMB 13
612,927 612,927 00000000000000000009b7096e7f98de8d0140d70c34832b62c8114ea90a389e 2,927 1.00/1.00 vMB 32
612,926 612,926 0000000000000000000cd4f1fc37cad23d79a649cd70737c6a075535f2831935 1,125 0.43/1.00 vMB 17
612,925 612,925 000000000000000000032e1dfa198579b9270d06ba09d3e35db4e8c832940d50 1,325 0.53/1.00 vMB 19
612,924 612,924 00000000000000000011179b1a8beb4646021b704431685704f63560d243adfd 2,162 0.73/1.00 vMB 17
612,923 612,923 0000000000000000000a2baa21319c65e6e51af1f240c73b841918e709451cbc 361 0.16/1.00 vMB 17
612,922 612,922 0000000000000000000ccf49e434f9d075fb618fc6c69425f6a739bde653d037 1,571 0.48/1.00 vMB 16
612,921 612,921 0000000000000000000f2690c527c997b53043b5988b1c5abcf8bb526a468a25 2,032 0.68/1.00 vMB 8
612,920 612,920 000000000000000000108f948e6523ad4400a0225e6a581b585d8416d4dbcdfb 2,670 1.00/1.00 vMB 25
612,919 612,919 00000000000000000012d851648acbcbd22463a382c41ecd4617be423b3c5891 325 0.15/1.00 vMB 17
612,918 612,918 000000000000000000045bc979b13d6d9ad4085f0a0bc210ae66a76ffb80de64 1,886 0.74/1.00 vMB 20
612,917 612,917 0000000000000000000736189d86311677c395a65bf779ef7e297c1c3b577905 2,074 0.82/1.00 vMB 4
612,916 612,916 0000000000000000000a4e5e0085ccfddcb05264791b7a827fa0f22df153fb4f 2,690 1.00/1.00 vMB 27
612,915 612,915 0000000000000000000e147752ce6be04e1f5c0b1435e5ffd1d29f7d28c1d683 376 0.13/1.00 vMB 20
612,914 612,914 0000000000000000000090478f1e7320a61c5699eff797823a0dec521969c7dc 1,775 0.57/1.00 vMB 20
612,913 612,913 00000000000000000007ef292eec2f67f58318f34ffce16e7a02588ca924517c 1,608 0.56/1.00 vMB 16
612,912 612,912 000000000000000000004e27b8edfa7e17bd08707d3d55362f2d090c7dc67885 1,598 0.57/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.