Loading Tool

Explorer IconExplorer

Memory Pool

16,817 transactions
6.86 vMB
0.05311518 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.72/200 MB

Candidate Block

Mining Attempt 79595263d01606384a0c0870df1fab4b14d377eb27454f09866941134f246faa
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root b867caa17c6a5695c5f4aa54f619432aafc5b956739e517749ae41a6cf9a9a9b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.03499845 BTC
Median Feerate: 2.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (708,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,689 204,689 0000000000000186f11b321b8a9a2499f06785bd8fa36324cef42e086d596036 5 0.00 vMB 37
204,688 204,688 000000000000047723642a2cfffe0c73c62a79130c87d13df612fc1f95e49c2c 267 0.10 vMB 148
204,687 204,687 0000000000000456bb1052b8eedff19f4dfb27326c91afa0eb9b818721a95f56 151 0.06 vMB 148
204,686 204,686 00000000000004d27b9f271eac255bbddd48a2177e89bf3b5034490038017269 90 0.12 vMB 62
204,685 204,685 0000000000000239b1128d228f63c1cbb8ae2cb236e8b02ea2b556888a43c312 234 0.10 vMB 98
204,684 204,684 0000000000000540340cf34158fdb3c01af40b4fc599bdd88c6c5f5430bb4650 167 0.09 vMB 133
204,683 204,683 0000000000000393a1438dc5a9d93eab041da426801557f99c49559e141fbce8 370 0.15 vMB 134
204,682 204,682 000000000000035971a943f828b1de091c669c5e9eb967d5eb6e33e90ef8a732 57 0.02 vMB 127
204,681 204,681 00000000000004cb707ecc8f73612f22be4ef52ba88bcdb71d494bedf8cabf8d 321 0.14 vMB 117
204,680 204,680 000000000000051b600c418e0ea011a4a5ac4bc6ba1bbc0abca5c5022e6761c1 187 0.06 vMB 73
204,679 204,679 00000000000000796e3fc17218309591e197b47ba8efde5f8bc7cc0ca56cb0eb 67 0.03 vMB 129
204,678 204,678 00000000000000431a355035bbbb1eacf33867ab100c65e6c43562b3d7e8a4c6 298 0.16 vMB 91
204,677 204,677 000000000000034874d8707b19e8afd97ae43d4d8708d0032e072a5227cb2ac8 98 0.04 vMB 119
204,676 204,676 000000000000004a990226a4cda950c0b4b20e45c2c484c90be9a3fde02f38cb 10 0.00 vMB 206
204,675 204,675 0000000000000160c9f50bb1087bc2c51db08bab1e1363e9ffd04b8ab13f5d9e 121 0.06 vMB 113
204,674 204,674 00000000000004972bbd6a5de57d5352969a871b286a9d08bd4622834de0006b 115 0.06 vMB 82
204,673 204,673 00000000000000109bf1462a972228a0650d8715ea540aec941de89ccc38086e 263 0.12 vMB 150
204,672 204,672 000000000000045defbbb4c65c1fbc6e159c64df43f103a08e4a164c40cb0797 133 0.05 vMB 157
204,671 204,671 0000000000000288349cb293ebc8e06b64b9b79206db95b8bd38fdd351c619c6 13 0.00 vMB 0
204,670 204,670 000000000000029fd3fe3627b00ec211833f3a9e3cd3c44fd843bb45f4efbc63 107 0.05 vMB 166
204,669 204,669 00000000000001419a4d4512cda11531ee9602319e879b32d8b8d0dc94a70658 5 0.00 vMB 48
Previous 10 blocks ↓
Total Size: 779.66 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: 314.58 GB
    • Received: 1.50 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.