Loading Tool

Explorer IconExplorer

Memory Pool

78,710 transactions
30.22 vMB
0.06909791 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt 7ba363425e61a9da9f69216e41805c767fff28ca02bf6520875f192fd7638936
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 43b7258eb9f3201b433198e62319474f3440f307623f3d8ac0f5371cd3ada39a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,228
Size: 1.00 vMB
Total Fees: 0.00480681 BTC
Feerates: 49.17 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (309,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,884 605,884 0000000000000000001457054eef31a7eda778007ec02b6e42e8d782c4e4c8c6 2,632 1.00/1.00 vMB 15
605,883 605,883 00000000000000000011a06fac1f461779ecc0b08c85c843f971eeaca31b973e 2,667 1.00/1.00 vMB 30
605,882 605,882 0000000000000000000b859bc102b32071a7482af260e4b5a265b297ee8605f9 2,619 1.00/1.00 vMB 15
605,881 605,881 00000000000000000001de0e0145c32d1b25f81d5da82ba0e85504783246c14d 2,800 1.00/1.00 vMB 35
605,880 605,880 00000000000000000014e0211664a60b56747683328290d1d4f0cd3bf0c5ee40 2,838 1.00/1.00 vMB 19
605,879 605,879 000000000000000000092bea57248a3b3ffd17d73e66c19c652794ab69e8d849 2,742 1.00/1.00 vMB 9
605,878 605,878 00000000000000000001eb781e0fa630b2ca0c6ffcbfe4e16d644bd8bcf78f9e 2,642 1.00/1.00 vMB 25
605,877 605,877 0000000000000000000ecc3f6e3eb713d3d2d55e5d8ad5c3c997913b447eb72e 3,023 1.00/1.00 vMB 31
605,876 605,876 00000000000000000012cea98e02a2e06680153e3bbe5bbed3861ed0f5a06e83 2,596 1.00/1.00 vMB 44
605,875 605,875 00000000000000000012fcc177b9151411cdde4fa8e6137c987978d6be9e7a47 1,525 0.58/1.00 vMB 15
605,874 605,874 000000000000000000114410c4a8e5b610d09753bf3fb52984f1007c712cf4fe 2,859 1.00/1.00 vMB 20
605,873 605,873 0000000000000000000cfe80ec4fc1a3014ba9eeefe0027239ac285fde8b87da 2,999 1.00/1.00 vMB 32
605,872 605,872 0000000000000000001366f05af18c5568dc4d50feb26853bc1ebb8c4b5ab507 2,722 1.00/1.00 vMB 30
605,871 605,871 000000000000000000120cf50836e26f56c03048c74730b0b9468ae902137646 1,792 0.54/1.00 vMB 14
605,870 605,870 00000000000000000005701c1a01a6f38c359b91c8d991fa1ffc3f6e20aaa685 2,798 1.00/1.00 vMB 28
605,869 605,869 00000000000000000006ebc02123fd7725ceabb1ae9a366a3385353c71c053ea 87 0.03/1.00 vMB 18
605,868 605,868 00000000000000000003aeb0a5c8e77e4540ea6260a461e097c7a77b10d7cccd 2,523 0.91/1.00 vMB 20
605,867 605,867 0000000000000000000c33aec24261ba0bce06eb1667c24d44588e1d60ca3158 1,177 0.39/1.00 vMB 21
605,866 605,866 0000000000000000000d564eb15fc108725b8e67edf30cfbce1a32e309e365af 2,622 0.89/1.00 vMB 9
605,865 605,865 0000000000000000000df3fc629ad8a24fded35dbce6852b9b374d11f0a044ac 3,025 1.00/1.00 vMB 39
605,864 605,864 0000000000000000000fd9f652b24b128e09179945462e39ee402ca19563fbd1 1,441 0.43/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.72 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: 701.57 GB
    • Received: 16.62 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.