Loading Tool

Explorer IconExplorer

Memory Pool

80,173 transactions
29.62 vMB
0.06756462 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt 0683da545674d04499560ea0a469b047b3a925dcc41ddc80edd435604d6b7b4f
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a2a1bf51d7c4e08b862b4dae50d15aff57bf4b8aa5d244af821d28212f0feedf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,350
Size: 1.00 vMB
Total Fees: 0.00716044 BTC
Feerates: 73.20 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (448,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,619 466,619 0000000000000000018841752bfd67ff6eb2b511bee52d40831c32ce4e32049a 2,247 1.00/1.00 vMB 201
466,618 466,618 000000000000000000f3c1901c5ed10a84b93ca00695778c08b26f43578f4d32 1 0.00/1.00 vMB 0
466,617 466,617 000000000000000000f51c6f2038d12189eae7288ebb1994ce6a805809a601a4 2,282 1.00/1.00 vMB 258
466,616 466,616 00000000000000000123111f571fd4184069a1654ac031f5740fa7f5eca63b64 2,553 1.00/1.00 vMB 146
466,615 466,615 0000000000000000017ad355474edad301515b934e5e201f0e58ecae0c00325c 2,203 1.00/1.00 vMB 147
466,614 466,614 000000000000000000f525351df3fae9089c2fe911e1e0ea7ef4b453dea5a8f7 2,681 1.00/1.00 vMB 231
466,613 466,613 000000000000000000cd8bb1341b9ccdb494cb57e408bd2085e0bda34fb12f44 2,004 1.00/1.00 vMB 150
466,612 466,612 000000000000000001d83d9a36737bc75c9b9278979bdf29746607e89d659832 3,152 1.00/1.00 vMB 171
466,611 466,611 0000000000000000018a6041f16592e8275efc76a24e766d28d824c4536ff36a 1,446 1.00/1.00 vMB 157
466,610 466,610 000000000000000001cd34e5c31e8e6f12dce4266ee594b26ca2ed3f97f869bc 2,090 1.00/1.00 vMB 218
466,609 466,609 000000000000000001a2dd85057e5a562229938597246e2cab3796428b03fa2b 1,701 1.00/1.00 vMB 175
466,608 466,608 000000000000000000719f7638ab5347b4794b80732306c67470cf2acbbecb71 2,279 1.00/1.00 vMB 185
466,607 466,607 00000000000000000008812156ac770f05a8165fdd8e5ad628e4a2a7041ec44c 2,448 1.00/1.00 vMB 225
466,606 466,606 00000000000000000022749a62a07d99e1447ee8062af2eebcb16d2eb1387cf9 2,287 1.00/1.00 vMB 242
466,605 466,605 000000000000000001c8933c3615ded7b466ccd9affcf79819c163943ebf367e 2,648 1.00/1.00 vMB 183
466,604 466,604 00000000000000000164f1d8e120ee5d88952eca0da58f75c24c922980bba582 2,146 1.00/1.00 vMB 201
466,603 466,603 000000000000000001e52519e73bd17eda0dda8cbbd657860f58d0284ee10fc3 1,754 1.00/1.00 vMB 223
466,602 466,602 00000000000000000171ba333f99c22195a5c3e344855c3147a6e0ec5c11e925 2,444 1.00/1.00 vMB 213
466,601 466,601 000000000000000000691c14cdf5931019b9f99d8030f89594fd6d5db5b0620d 2,443 1.00/1.00 vMB 255
466,600 466,600 0000000000000000003d92f3263a8b8b10677adefb07db051bf0cec5a80d4bdd 42 0.04/1.00 vMB 208
466,599 466,599 0000000000000000019a1dd186b0804b3a539591934db9684cc592ebd5f8104f 2,152 1.00/1.00 vMB 395
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.