Loading Tool

Explorer IconExplorer

Memory Pool

46,415 transactions
28.07 vMB
0.08773987 BTC
Random Selection Loading Transactions
Max Size: 148.66/200 MB

Candidate Block

Mining Attempt 75f198645d7d7977ce85614ed4edb55c3a6b2e1b2283a82668c3de6afe5df5af
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root addc27eb6fafcd20b6c80b0a1986c3166689e9c91132356ddd9adb46f9f1e029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,232
Size: 1.00 vMB
Total Fees: 0.03262245 BTC
Feerates: 181.54 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (596,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,024 318,024 00000000000000000552a5c3a5a1c94a24fd3d605ec719b127c5de96a56bf080 16 0.01/1.00 vMB 6
318,023 318,023 00000000000000001f93835e283c9d7169cee7ce3e8bc34843ddbd0e21fbbc08 188 0.07/1.00 vMB 35
318,022 318,022 0000000000000000019e9e93e47a9339608aebcf4d838141a513780af0d5132b 277 0.14/1.00 vMB 27
318,021 318,021 00000000000000001df39e339b599966843627c5c3edbdfcdc85ffaa9cfaeef0 176 0.16/1.00 vMB 21
318,020 318,020 00000000000000001a41ceadd55fb7d2059595976a058185cfad8abe3e68c989 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.25 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.59 GB
    • Received: 14.33 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.