Loading Tool

Explorer IconExplorer

Memory Pool

74,643 transactions
27.51 vMB
0.07126464 BTC
Random Selection Loading Transactions
Max Size: 168.03/200 MB

Candidate Block

Mining Attempt 36073d28db2aca5e104d1a30c12dc97adaaa91b6b383b28bd44c15091d99a1f5
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root e36193ef53baa7d6c77cf82bb73a6a8b9a3549063d06ef458c9492ab1ec4ed8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,811
Size: 1.00 vMB
Total Fees: 0.01260994 BTC
Feerates: 100.53 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (474,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,569 440,569 000000000000000003803693565e97ffb356e91f617a399bd5a2992b3b834bfd 3,059 1.00/1.00 vMB 192
440,568 440,568 0000000000000000034e47bfed71f1736af0c8c4ee4cccd969810ba26b6f513b 2,762 1.00/1.00 vMB 140
440,567 440,567 000000000000000002c6ba9cbfe31660b048467feaf916ce131c5a3130ee102d 2,913 1.00/1.00 vMB 212
440,566 440,566 000000000000000001bdb9a3d0a880586291bc0d9ccab8e79111f1ebceecea59 1,342 0.59/1.00 vMB 87
440,565 440,565 0000000000000000016b5a8ed77a05d58a42f0963b966947fb4d4a431bad15e5 2,645 1.00/1.00 vMB 139
440,564 440,564 000000000000000003caa7c47471ace1b4a6fe95ed3de6ae68e977197e4ab559 507 0.75/1.00 vMB 48
440,563 440,563 000000000000000003c4d0d0be80629b7b44428c8bedab2f61fe966b097e1727 1,406 1.00/1.00 vMB 64
440,562 440,562 000000000000000002e45bc2e377616bf7715281adfa8696301ff7b3ee7d4d5b 1,855 1.00/1.00 vMB 50
440,561 440,561 0000000000000000039de5d0a0ff568281b20736318d550131b24403541483f7 1,831 0.75/1.00 vMB 107
440,560 440,560 00000000000000000329eaf2161e5600dac55b237b4ae3b3784ee9bcef45ceef 726 1.00/1.00 vMB 77
440,559 440,559 0000000000000000034c787224e7e1604db03c53d09124300d81b83967fe59c0 1,002 1.00/1.00 vMB 78
440,558 440,558 0000000000000000009779875a11177ac35afffc1638c4eaef669d6a9a6c960d 2,562 1.00/1.00 vMB 119
440,557 440,557 000000000000000001aae1d532285c3c88da7748b068bba48cb3b0ff5cde0dad 2,468 1.00/1.00 vMB 143
440,556 440,556 000000000000000000037cd55d7336b06f29628e60ada68d2d03f372e6a2ccb2 2,312 1.00/1.00 vMB 116
440,555 440,555 000000000000000000fa08e848874b0151d8a17ded1f6b5d6e6ab053283b4ee9 2,176 1.00/1.00 vMB 98
440,554 440,554 000000000000000002dcd1e38f334455a753d1e8a02150ab04872a58178e6c9a 2,573 1.00/1.00 vMB 102
440,553 440,553 00000000000000000043a1d120307c9244c67e8a250505722780f82c6f965ab1 3,085 1.00/1.00 vMB 100
440,552 440,552 00000000000000000119fe2465231d4122079ad99382fc17608bb2dddb9399cb 3,611 1.00/1.00 vMB 68
440,551 440,551 000000000000000001f766a9ca3a6941c841b270250783b358b14b4d7c29c5fa 2,213 1.00/1.00 vMB 96
440,550 440,550 00000000000000000393dff273795ab3f418bc94cd24b845a9ba9c7d5a13c59d 1,870 1.00/1.00 vMB 250
440,549 440,549 0000000000000000015b97b498fad8d2cc4f7fc0b8385d862d14e4d94af5ffce 2,269 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.