Loading Tool

Explorer IconExplorer

Memory Pool

81,147 transactions
31.91 vMB
0.08222864 BTC
Random Selection Loading Transactions
Max Size: 191.59/200 MB

Candidate Block

Mining Attempt ea9c5dfbb8daf51a0fd03c8688f64c2077347e6298dfbf3377e12dba3bdf1a37
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root f6792c374952b28b04ba1c643827182ede6d65b69248c478f623958eb140dd68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,395
Size: 1.00 vMB
Total Fees: 0.01226677 BTC
Feerates: 119.03 > 1.23 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (346,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,908 568,908 0000000000000000002681987d9c50bb7c284ccbeae7ce9d31b95c465e1aa347 1,925 1.00/1.00 vMB 28
568,907 568,907 0000000000000000001c6aa160369e44a66cfef0756ac54558d8b1011b635498 2,828 1.00/1.00 vMB 31
568,906 568,906 000000000000000000259ac06d4d68fcb02af0ea64f9dc1a8aca90dea81bc19e 3,030 1.00/1.00 vMB 39
568,905 568,905 0000000000000000000ee3228a020f7919660ac0c40d3cf7bb76146c36a2eb64 3,244 1.00/1.00 vMB 44
568,904 568,904 0000000000000000001052b6e52ee776d71146c5cb0beab454401d53a3016ee9 2,573 1.00/1.00 vMB 33
568,903 568,903 00000000000000000008c0f993b3cd513b46b0ab809a2a7263c65fa565d70dfc 3,407 1.00/1.00 vMB 42
568,902 568,902 000000000000000000008ba291b2cc8bb5fdd880611064769c3f1b5a71130091 3,011 1.00/1.00 vMB 29
568,901 568,901 0000000000000000000b348dc25d4967366b329e9c6d2c2a924ea4d6452dcba2 3,273 1.00/1.00 vMB 34
568,900 568,900 0000000000000000001932a10345ded05646c290e28e5788014d18d9fac789e5 3,094 1.00/1.00 vMB 42
568,899 568,899 0000000000000000000fd6b49f26d5256d73d0d0af26b8520502860462e0b5a9 3,211 1.00/1.00 vMB 50
568,898 568,898 0000000000000000001897e39263773dddeea39c6194cf4dddb12a6a992d7174 2,967 1.00/1.00 vMB 46
568,897 568,897 0000000000000000000b106b3761a9389fb2bd77e6dacbbfd0d53e946e702b8a 2,829 1.00/1.00 vMB 70
568,896 568,896 000000000000000000140773efa99a873b7af6b1e7fc0a0720d3636d47173272 3,154 1.00/1.00 vMB 58
568,895 568,895 0000000000000000000ba489b440c79e97833c82cd1a41fb0b0625e6e4e50848 2,603 1.00/1.00 vMB 25
568,894 568,894 0000000000000000002112a7f4ffb150b787fabd439538132bb837dd1dde5856 3,348 1.00/1.00 vMB 50
568,893 568,893 00000000000000000003d713c2d6664e6777691e9adbb9e42076db500896ee18 2,103 1.00/1.00 vMB 12
568,892 568,892 00000000000000000024b7a1dc0e183de4791a1cf6ea50d6fd1ea1a50017aeb8 2,845 1.00/1.00 vMB 20
568,891 568,891 0000000000000000000e21201945d7584602d5df57781064ac4e79a5fa0a3d0d 2,757 1.00/1.00 vMB 11
568,890 568,890 00000000000000000005dc97be88298549750ae8fafa0c28af68be5f58178816 2,371 1.00/1.00 vMB 20
568,889 568,889 00000000000000000025efb3bdc6fa07b9096639104b3b2ed9918668ab6fdc48 2,760 1.00/1.00 vMB 25
568,888 568,888 00000000000000000014e74880a160cd37c80b33e498ff53d6c704c040bbcdf1 1,323 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.