Loading Tool

Explorer IconExplorer

Memory Pool

72,595 transactions
27.43 vMB
0.06934636 BTC
Random Selection Loading Transactions
Max Size: 165.68/200 MB

Candidate Block

Mining Attempt 697438507962dcaff7a4fc6058d2c63dd501834ed36741c4991cc440731155d4
Version 20000000
Previous Block 000000000000000000014d168f10895f434521b3d46621a949e81e54d28e4bc6
Merkle Root c8f8ac5ca654887e99f2a354dcc3d31e0079a6d9b39814971e657c50a4218ce8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.01023982 BTC
Feerates: 40.21 > 1.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,554 (672,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,852 242,852 00000000000000be8c7994b3f3b99ccca54ae625441e0d2f396df4d3c2090eec 387 0.16/1.00 vMB 219
242,851 242,851 000000000000005b69b2ab51478ae976af800c7d3b2baa8837eb841d8b488016 164 0.07/1.00 vMB 234
242,850 242,850 000000000000003d3aacbd3a8d8307d72d379344871ffef38374337b97e094dd 110 0.05/1.00 vMB 87
242,849 242,849 000000000000004aca09f8573985c6add752570e3d585eaf56fdb6f3c20855d5 443 0.22/1.00 vMB 332
242,848 242,848 000000000000007ad5882b7b6597a1ac692c50ee7810fbb56b3c4b22c21db7ed 167 0.07/1.00 vMB 413
242,847 242,847 0000000000000083b38a1cb55dcf68b7e9100fa23dd4141c1df4b6237fad3e8a 134 0.09/1.00 vMB 84
242,846 242,846 00000000000000d4e68c5fb0a8eac2ca42f19b2c55c20fbc4ebcabac9a9095e8 608 0.25/1.00 vMB 563
242,845 242,845 00000000000000b63f25dd635e78cfb33b3e6e258456e787edae82214dc252f5 51 0.03/1.00 vMB 26
242,844 242,844 000000000000001f9bcb16d4a9196dbfdb30ef421c1eb77f0b44a8beaf6e8530 658 0.25/1.00 vMB 570
242,843 242,843 00000000000000746e8be5dd15c3784aba7fd75ae0f02a15c9a63f14c4957f20 12 0.01/1.00 vMB 101
242,842 242,842 000000000000006c798ef304c1ea7ca5bc149b09fb5cb40a1e4c0f546921e09a 62 0.03/1.00 vMB 31
242,841 242,841 000000000000008cd76a4469d524926a2ad1599c5f076c496fda3424e3b8ebbb 461 0.19/1.00 vMB 679
242,840 242,840 0000000000000065397dda0e904d2f66ccd96b19903bcada13860fb64be6a523 428 0.18/1.00 vMB 204
242,839 242,839 000000000000001c102218339c367c1eb03e832b38e334e84e525aa0ae0393b6 31 0.02/1.00 vMB 133
242,838 242,838 0000000000000023d0fb0d528113c22aa066152e947f079dda973164cec07bcf 333 0.14/1.00 vMB 463
242,837 242,837 000000000000007b7bf2870f0aab4edb31729f3e2cb3767da6680e1b90e6126f 45 0.05/1.00 vMB 19
242,836 242,836 00000000000000aacb4913e61f849aafaf5022be9212e9a9663f55fe972ca0b6 540 0.24/1.00 vMB 311
242,835 242,835 00000000000000bedd515281cbc403d65e8f4a779c57dbca338b3806f1c54d4c 444 0.23/1.00 vMB 277
242,834 242,834 000000000000005de7e0f57dee733fc5de7b5e93c52f3b397ae18cdd04786c8a 729 0.25/1.00 vMB 647
242,833 242,833 000000000000001b1aa986452a20b6356a7aadadc4241cd6ad0da0402e0de2ca 355 0.15/1.00 vMB 172
242,832 242,832 00000000000000c216cdd823731c88db462fed4edb0a70dba9f1d7a36959d719 283 0.12/1.00 vMB 366
Previous 10 blocks ↓
Total Size: 783.35 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: 768.34 GB
    • Received: 19.56 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.