Loading Tool

Explorer IconExplorer

Memory Pool

45,581 transactions
27.92 vMB
0.09151686 BTC
Random Selection Loading Transactions
Max Size: 146.68/200 MB

Candidate Block

Mining Attempt cd550323497fe1ef0703982dd4938d38933d41ade9d0419963ba786acbe8df7b
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 8d50127f344d2e6668406b461e1bca6236a49d15deb43dfbf1bc25f9f5c9fdb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.03617179 BTC
Feerates: 197.49 > 3.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (596,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,019 318,019 000000000000000010430d28a67922b7c509f5e4b52d26b261bfa17008d9645b 399 0.22/1.00 vMB 25
318,018 318,018 00000000000000001471f8fbd05ce6cc1b8f0ec7f6b229f26f0ec7a4717a8936 240 0.09/1.00 vMB 31
318,017 318,017 0000000000000000122c05f93b7cdb7fe03963a88b909aeb15c11e8dfa85bb3e 147 0.07/1.00 vMB 32
318,016 318,016 00000000000000002dae1a2a2781397c50c3de90cd377833beb6f3141afd437a 288 0.14/1.00 vMB 29
318,015 318,015 00000000000000000f1f2b017f840a316b082994818216922723cd5bba2a2e62 951 0.75/1.00 vMB 24
318,014 318,014 00000000000000000a8e450b24b0438987ebdf1595d1cb746163aed2af549121 78 0.03/1.00 vMB 35
318,013 318,013 00000000000000000541e9f3d05853fef8019d5bcdb5445c3f78c6c49d9901a8 1 0.00/1.00 vMB 0
318,012 318,012 00000000000000000bf897d2defd67eaa38a29e46d792db8328f60887a9cf667 212 0.12/1.00 vMB 31
318,011 318,011 00000000000000000537a3c9acac6c367781c980db6967a982a18ca5a9e1ace1 149 0.06/1.00 vMB 33
318,010 318,010 000000000000000026d3ee871123b922df842d97e18c1901aee1aecf533f0eb2 86 0.05/1.00 vMB 19
318,009 318,009 00000000000000001c01b323ef3b86851dba0a3c4434b27e445cedcb8de04ab0 76 0.05/1.00 vMB 22
318,008 318,008 00000000000000002cac5364ac39a2a9b6ebad27b43f5bb01ec92254a4b621ab 515 0.25/1.00 vMB 31
318,007 318,007 000000000000000002d789d8335e28bd7a797e24ec7158c3a5a5069a1ba55b4e 190 0.09/1.00 vMB 30
318,006 318,006 00000000000000000ddfbddc6af330e4e90a32d2da79416afe080b13c73b4f4a 86 0.03/1.00 vMB 33
318,005 318,005 0000000000000000107999e4b3f396fd738d797d4c475d6cadb32e9c182577d5 46 0.04/1.00 vMB 15
318,004 318,004 000000000000000022c4ec120d0ce5b7246eff463b6b8a13617b520fc2b3cda7 631 0.32/1.00 vMB 29
318,003 318,003 0000000000000000143f6a8487dbf5c4e96f17dbc722b05af0576f18d0bde424 239 0.13/1.00 vMB 27
318,002 318,002 0000000000000000272fb421d8be51bdb8ff1c03e0b332a39cce893566cbd666 335 0.22/1.00 vMB 26
318,001 318,001 000000000000000025cf9c14a1e976f0e2c827ee18eb7273c24a5a4b53d10e83 221 0.09/1.00 vMB 38
318,000 318,000 00000000000000002583a647dc5f084a312e12bb90a70c3fe1eb1e4d419f35b6 339 0.18/1.00 vMB 16
317,999 317,999 000000000000000000bd5c7010593b596ea91f9ea10e8cac38cdf6f49edd1aea 57 0.03/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.23 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: 655.05 GB
    • Received: 14.24 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.