Loading Tool

Explorer IconExplorer

Memory Pool

44,674 transactions
26.46 vMB
0.05235592 BTC
Random Selection Loading Transactions
Max Size: 140.21/200 MB

Candidate Block

Mining Attempt 660f58f335cdb4d0238afa1c73cc705b1aa3d8d645ab6566fea76dcdcf83a619
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root e4b01bc6ff33f3f2f9994bb991b6e806609dd709b6bd5fffc2ba07ce608842fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,543
Size: 1.00 vMB
Total Fees: 0.00382699 BTC
Feerates: 40.21 > 0.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (803,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,934 110,934 000000000000202753a8f355b8d721ef562b8566a6011d65d3f20cd2b1abcc9a 38 0.02/1.00 vMB 519
110,933 110,933 000000000000d9a38d913bd5e3aeb427d744a3824368fc7f4a8095f6d7376699 6 0.00/1.00 vMB 919
110,932 110,932 00000000000108834d9dbd123f6a91d1eadaba685306f9e78f4cee199f9b5a45 104 0.03/1.00 vMB 32
110,931 110,931 0000000000001234291d7249a48f6f3f8793b5707593880cec77d7012174e42d 8 0.00/1.00 vMB 267
110,930 110,930 0000000000007955438e4841fa53d27278b81f0cc19f55d15a0e93326aafae6a 6 0.01/1.00 vMB 157
110,929 110,929 000000000000097c9c1851a832c4b68696a1ed06e543123326f63534f44dc8c1 11 0.00/1.00 vMB 352
110,928 110,928 0000000000004136d6aa125a9bd074a4b8d9275e78b4c409923400df06f476ec 12 0.00/1.00 vMB 0
110,927 110,927 000000000001166c4bc7a4cd55c7b409dd8c2eec260eef9cc1bad6ac97cfa74c 11 0.00/1.00 vMB 343
110,926 110,926 000000000000adf14f3d799e93e9e1275a1ccd4c3f42296e24f5241622ca24cb 7 0.00/1.00 vMB 0
110,925 110,925 0000000000010997f6ab9551018956d4d730dc4e1d37443b9ddca4c621b89f11 9 0.00/1.00 vMB 521
110,924 110,924 00000000000055c00f66eea4700378df63e333d0207f3f1bfc2e36192a71699a 12 0.00/1.00 vMB 335
110,923 110,923 0000000000006ee9feeef2ebb101b955d7c6478f2dd1828a3196b03eb8a6c137 10 0.00/1.00 vMB 0
110,922 110,922 0000000000012637d3957114844319b0abb70909f52e3fe900ebc74c5d4d3088 16 0.00/1.00 vMB 0
110,921 110,921 0000000000004a9274619c1d6524d73dcfe7945e721097d4c52745adc5e34358 8 0.00/1.00 vMB 0
110,920 110,920 000000000000e13a50c616cb9a91258dc2c1b4e6dc71428f99f105c386e1bf3a 4 0.00/1.00 vMB 309
110,919 110,919 0000000000003b11b099f3910f41e41ad2b579f952c23af3f652110b66bb9d1c 13 0.00/1.00 vMB 333
110,918 110,918 0000000000009ffaf1141e03f9593e14d1d8f896655fba85aa39486508502d5f 12 0.00/1.00 vMB 0
110,917 110,917 0000000000011842aa0e9e8277de93cdf4be42eec95043f38206e5b64a8f64bb 9 0.00/1.00 vMB 0
110,916 110,916 000000000000ecd90c2ec5e612ec6f4e54e316b68ae29eeb248766b400ab3647 12 0.00/1.00 vMB 0
110,915 110,915 000000000000905c23bd8c1855880364f59f8c59744884e5d229fb687e6c8fa7 11 0.00/1.00 vMB 344
110,914 110,914 0000000000005d1eca37419c04d795ab1f82505b8dd9aeeff3445be5b58f4611 13 0.00/1.00 vMB 333
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.