Loading Tool

Explorer IconExplorer

Memory Pool

84,390 transactions
31.56 vMB
0.10525773 BTC
Random Selection Loading Transactions
Max Size: 193.41/200 MB

Candidate Block

Mining Attempt fecd21f49d6c8a984cbf1291f2ff1e5b4b3a6e834cf048878e2a370fcfe7f7dc
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 709bb76a9acb13b10fa80c3972561d051647fec9589545ce5d5111ae5937f186
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03225239 BTC
Feerates: 301.57 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (121,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,856 793,856 00000000000000000000409afd3b48ea30c8bf0324e246854a4a5514f6a8f450 1,809 1.00/1.00 vMB 29
793,855 793,855 000000000000000000039903b824b72df38fa50c7af31d79bce0d1e482e9e000 1,437 1.00/1.00 vMB 14
793,854 793,854 000000000000000000044451ce945c52cd1c3dc96812ce5b4012a59747c7c8be 509 1.00/1.00 vMB 12
793,853 793,853 00000000000000000003b72b0c64817aaea63c1da96f0b20b4f410d5df3bf02e 2,616 1.00/1.00 vMB 16
793,852 793,852 00000000000000000001e6f96a2d12d4e341deb2a51ffb7613eec0da9ad2a708 2,053 1.00/1.00 vMB 19
793,851 793,851 00000000000000000000c48c1dfc8037b45fdf9e6c6ba41ca1f0eb96ed63e6e2 1,702 1.00/1.00 vMB 19
793,850 793,850 00000000000000000001a5859b72bc454344900b530625208e461d402b7cb6df 2,991 1.00/1.00 vMB 37
793,849 793,849 000000000000000000028ea73959530b5f3272df5c5908c4e98ea7463455d48e 1,622 1.00/1.00 vMB 12
793,848 793,848 000000000000000000020587e83bf9444fbec778b4f815b41c86bce377024f38 2,324 1.00/1.00 vMB 22
793,847 793,847 000000000000000000004c3b2f245ac3bb9fafa8c278ad03191e3dcfc770b4f5 1,148 1.00/1.00 vMB 10
793,846 793,846 000000000000000000011a3968ec1f2f479cd6b18ed51d583c629126f971a3fd 3,149 1.00/1.00 vMB 19
793,845 793,845 00000000000000000002375b36fb6c40defb3dda6c09f8ad7f05e75d0796341e 2,298 1.00/1.00 vMB 22
793,844 793,844 00000000000000000001fe44788db6c910dab6ad9eb1c5df1d2267e89ed2444e 2,835 1.00/1.00 vMB 42
793,843 793,843 00000000000000000002ff51518987d1b3966883253a472a79b7cb4c7203ac92 1,194 1.00/1.00 vMB 13
793,842 793,842 000000000000000000031b840c9edad9c034c2bf76cc927a8997e3d4f4521714 1,554 1.00/1.00 vMB 18
793,841 793,841 00000000000000000000207321fe62b34696e16584e952b5ccb0a867ea0efa2b 1,124 1.00/1.00 vMB 21
793,840 793,840 0000000000000000000003bc99e85b7c8c137a1410e50b45a5b105c995b8b957 2,369 1.00/1.00 vMB 18
793,839 793,839 00000000000000000000dc3be54cca4151190ea46e6e85a5477df57a4ae40a1e 2,193 1.00/1.00 vMB 13
793,838 793,838 000000000000000000037db35ef31ff4b24cf8fab5899e12aa60f9c34a41b61b 2,522 1.00/1.00 vMB 34
793,837 793,837 000000000000000000056e2af3c2e71f803261f86fc23694d2f7a0207ea5a936 735 1.00/1.00 vMB 12
793,836 793,836 00000000000000000003abdc6e5c59d13b19299434f57d7b095c3e3650b1b000 827 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.59 GB
    • Received: 16.92 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.