Loading Tool

Explorer IconExplorer

Memory Pool

44,609 transactions
28.47 vMB
0.07921501 BTC
Random Selection Loading Transactions
Max Size: 150.39/200 MB

Candidate Block

Mining Attempt a9044b8788ce6c7518d51a4a35e58c433a083ad6d8a707d952cf961d669074ab
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (122,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,630 792,630 0000000000000000000566d21c95acc20e5d132c7fea2dfbf390ef219d6571db 3,157 1.00/1.00 vMB 42
792,629 792,629 00000000000000000000bfe88a3895cd15b376f5f568ab51fdb55f91dded443c 2,270 1.00/1.00 vMB 54
792,628 792,628 000000000000000000049c3f431b5c04437db267087b127fe2020c1c8684f20a 1,796 1.00/1.00 vMB 24
792,627 792,627 00000000000000000001c6f8a6dfee3c8e76d402916219136053d16641853e98 2,207 1.00/1.00 vMB 30
792,626 792,626 000000000000000000038236a73d0cbc6910fc4c160ff959332e28dbfd628398 367 1.00/1.00 vMB 18
792,625 792,625 00000000000000000003f6b3bd1e0218c1705cfbbbd9d37918d386712d05b2f7 3,305 1.00/1.00 vMB 33
792,624 792,624 0000000000000000000559986d6143c2ccf3e47035375299f8b20991cb516b3c 2,800 1.00/1.00 vMB 22
792,623 792,623 000000000000000000048cca2a631db65f55185f921c8b32e356afb3e8934fc2 2,198 1.00/1.00 vMB 25
792,622 792,622 000000000000000000012cd27628f41baaab8493169b84179aa4b3de1bc749ea 3,131 1.00/1.00 vMB 31
792,621 792,621 00000000000000000001f6619119a3d3185f7b7067c2d761334dfc2c46d56c08 3,165 1.00/1.00 vMB 27
792,620 792,620 00000000000000000001859920c69716979c171b92ec3ea86260b37f143fa4bb 3,469 1.00/1.00 vMB 30
792,619 792,619 000000000000000000000e94b47fdb8b2cb6385c17a1f50d95f81f7781e92801 3,238 1.00/1.00 vMB 24
792,618 792,618 00000000000000000001766bbe5fa94796cf087f69bcb1d2c00eeb0a3d23b918 2,662 1.00/1.00 vMB 36
792,617 792,617 000000000000000000024ed349a58ac11437d9ddefc7391cfb0c0219c590dbc6 3,398 1.00/1.00 vMB 34
792,616 792,616 00000000000000000004989f67ded7b8ea7c395047d18f06289dbb2468730451 2,559 1.00/1.00 vMB 36
792,615 792,615 00000000000000000000c2b8b0d3c8b37ede75de72f08e7d967b4485dd540f31 3,543 1.00/1.00 vMB 47
792,614 792,614 00000000000000000000bfe965b6f870838f7a8e9df2f2135d9a79205e1910a5 3,552 1.00/1.00 vMB 50
792,613 792,613 00000000000000000001dc06abd069554042235bca4fed8e73148b27fdc6d1e5 2,411 1.00/1.00 vMB 62
792,612 792,612 0000000000000000000203444972119199b4d8f2182b8e9f4e84a6bb440a41bc 5,749 1.00/1.00 vMB 46
792,611 792,611 000000000000000000030ef7b9a22c3c4a9be946dc5061fc1c7f424099bcf86e 4,350 1.00/1.00 vMB 50
792,610 792,610 000000000000000000011279308f75543cd969911a749fa35533aaccad34e8f1 3,776 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.