Loading Tool

Explorer IconExplorer

Memory Pool

82,682 transactions
32.49 vMB
0.09684170 BTC
Random Selection Loading Transactions
Max Size: 194.90/200 MB

Candidate Block

Mining Attempt 7e1e85c03bff14ee4f7d6782be1b86ecf25e2c0da330413ef90112661ba5d8e1
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root cc26aff3a8b647a58fc4568c37b3166aacb984c5eee4c7337c28bc44d6d141d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,006
Size: 1.00 vMB
Total Fees: 0.02227732 BTC
Feerates: 265.25 > 2.23 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (855,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,901 59,901 000000000d8102afeb79377dd9284a687e0589eba9919afa680a772f24b2a99b 1 0.00/1.00 vMB 0
59,900 59,900 000000000d4533b0a1560446e1a6aa9767cba71892da93c06e24a9194661b129 1 0.00/1.00 vMB 0
59,899 59,899 0000000006b5e0bb0750b149e130137ed5f8c2d650a82fe4879f63c0d3f27eb9 1 0.00/1.00 vMB 0
59,898 59,898 00000000032a76c121e9e5643949cd341ac2fada0f9118295d5d8821f3107a2e 1 0.00/1.00 vMB 0
59,897 59,897 0000000006470dcd80a942468ab6452799d8ddff8d4cc769b948d5dc3be44937 1 0.00/1.00 vMB 0
59,896 59,896 000000000ab44a422865d4ae4011d98f4dc1b43ee1057d9d860c96219aa5f0ba 1 0.00/1.00 vMB 0
59,895 59,895 0000000005482d540c4cb2de324aa21dc513483e1423b65197ad21fa1ff0b19b 1 0.00/1.00 vMB 0
59,894 59,894 00000000055163ce7a95110db33c88b32945319a67556a96d8825b6e95f544a8 1 0.00/1.00 vMB 0
59,893 59,893 000000000ea799d502122b752c5f85fcd824cfe934a49b5595321aa2a9da37ec 1 0.00/1.00 vMB 0
59,892 59,892 000000000b1ba2e01b210c8917b5e1987998bf2a2171705e5984cf334192b754 1 0.00/1.00 vMB 0
59,891 59,891 000000000f1d74319b5979669895aa116810a591b0c1bd6887080500e378c034 1 0.00/1.00 vMB 0
59,890 59,890 0000000005a505b16b922e4688dda81add9616027f90554ab7537586c54b416e 1 0.00/1.00 vMB 0
59,889 59,889 0000000000941c83d7936c6059c8bac042644062481ee16dc303eed96471fb66 1 0.00/1.00 vMB 0
59,888 59,888 0000000004be24243000c2d289e567de3426551dca64fc113ee01641cfe18eca 1 0.00/1.00 vMB 0
59,887 59,887 0000000003f62231d83e778718a3c6c519d4b68dc9738aebdd5727aebb067b15 4 0.00/1.00 vMB 0
59,886 59,886 00000000096bcf4affe628ce4cf674e3387f6a4414880e53f4c182517c0b8f0f 1 0.00/1.00 vMB 0
59,885 59,885 000000000538bc59fe68d7d41372241d24d16b07a6d05f0b7205f581fc8c7ec7 1 0.00/1.00 vMB 0
59,884 59,884 0000000002075c339c6294c0b94284d8659c17d71cfac98dffca9cc325f50669 1 0.00/1.00 vMB 0
59,883 59,883 00000000088760f130d3c2f528c0821f00d18ed625188da444422953bec3728f 1 0.00/1.00 vMB 0
59,882 59,882 0000000001f42cd6963fd9c61b326f71c23ddf1216796237bd4f4c4611facc4c 1 0.00/1.00 vMB 0
59,881 59,881 000000000528af434f1ad3735f1c62d14cc45ccf58457122213c4204f6c9e8c3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.55 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.