Loading Tool

Explorer IconExplorer

Memory Pool

38,593 transactions
27.08 vMB
0.05739649 BTC
Random Selection Loading Transactions
Max Size: 138.41/200 MB

Candidate Block

Mining Attempt 5bc282688b482c3e97172f558b54278ebda721754c7ab54c751e9c8ca5a61d20
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 436fe6a4fece410caf1d784e3c87a5d00bb13acaefe83dbda6bd9e9378414cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,086
Size: 1.00 vMB
Total Fees: 0.00639771 BTC
Feerates: 21.30 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (20,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,782 893,782 00000000000000000001d0c9a1e5b078400ff93f9e8e8be0a1678e659f6cf9c1 2,938 1.00/1.00 vMB 3
893,781 893,781 00000000000000000001615b91b2c2582e4447d8c492fbab5bfd2d3c8c240d8a 2,181 1.00/1.00 vMB 3
893,780 893,780 0000000000000000000072e7472c39ec08220e48273f1965acee4ba779bc165c 3,574 1.00/1.00 vMB 4
893,779 893,779 00000000000000000000ed1e49ceb8da931b713ea6f2c6c8b41daba5f1675075 3,703 1.00/1.00 vMB 11
893,778 893,778 00000000000000000001d60d62948afd6efa5d80a11faae6bf9d475b9d096573 3,524 1.00/1.00 vMB 9
893,777 893,777 00000000000000000000b9e3334667c0e73b2931482b87e6d8d049c172731670 2,507 1.00/1.00 vMB 2
893,776 893,776 000000000000000000012650f8b443a74f21065133f4fafcc2fed937ab792152 2,880 1.00/1.00 vMB 5
893,775 893,775 000000000000000000011253ad0054b7e3993e3bec4d2b8c1e7d1f84cbcd6b77 3,297 1.00/1.00 vMB 3
893,774 893,774 000000000000000000010467a1d1486a503e3a0d2a197712015d098b59dcd776 2,182 1.00/1.00 vMB 3
893,773 893,773 00000000000000000000221fe269aae7c5710c5cf74d019d225d76daf85678db 3,333 1.00/1.00 vMB 5
893,772 893,772 000000000000000000018c6350d4572b643a92984f59b76f9956073550e951f9 3,234 1.00/1.00 vMB 4
893,771 893,771 000000000000000000011713a6cc081cc0c5942ba3c74d6526d12b1cf51618fd 4,089 1.00/1.00 vMB 8
893,770 893,770 00000000000000000000b9a024dc5ba0174dd5f6c7428e27ed6e6c71b8e7bb58 3,857 1.00/1.00 vMB 8
893,769 893,769 00000000000000000001d03528155cad45ff1f46611d732b2c62d6cd094e62c4 4,002 1.00/1.00 vMB 13
893,768 893,768 00000000000000000000e4ea8f1ba1f5f7fca1010240828855e82f85b34f03fd 4,160 1.00/1.00 vMB 15
893,767 893,767 00000000000000000000092a45cdefd231baa1d0a5a570c50eebb36e6c0bf805 3,424 1.00/1.00 vMB 4
893,766 893,766 000000000000000000023d40bfc33b3ec76af6279145a8027ac06a9fa8aa4c10 2,692 1.00/1.00 vMB 4
893,765 893,765 000000000000000000008a331c0af4019e1cb01cdd9118a65cf9215e17bc6746 3,297 1.00/1.00 vMB 17
893,764 893,764 00000000000000000000e5fc15f0e5c9e8fda1cf9372622d37c775368fee595c 2,312 1.00/1.00 vMB 2
893,763 893,763 000000000000000000000d29bc798cf3fc99cf31882b2bf5041a3d382984526a 3,671 1.00/1.00 vMB 3
893,762 893,762 0000000000000000000118c5b1e3dacbc52cc5d4a2be4cec0903959bb0d80c57 3,407 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.78 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: 632.86 GB
    • Received: 12.17 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.