Loading Tool

Explorer IconExplorer

Memory Pool

79,686 transactions
29.62 vMB
0.08804565 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt f219293e298e0ad34f78e8a410b617ae4cd2c3585a047adb8f90e5b22708d8c8
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 476e4e88ae81ea815727de98857ca03b9c4b0631d2a8df27257e71be52905ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.02523645 BTC
Feerates: 100.11 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (410,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,872 504,872 000000000000000000725957bfd2a881e56951df690c8d082da707d1a1e0199a 1,915 1.00/1.00 vMB 461
504,871 504,871 0000000000000000002082369b72e3a87ed667aa2c17bd3ce86c3f1b78d64e21 2,731 1.00/1.00 vMB 582
504,870 504,870 0000000000000000002924989e152b94f5e682c1ac2a553cbd728a490d9052e5 428 1.00/1.00 vMB 170
504,869 504,869 00000000000000000044f4e440002c6b25544d23170a41919a7d6da34d76a36a 2,000 1.00/1.00 vMB 312
504,868 504,868 00000000000000000059dcfbdefffd94404f550dd804340c19c877e74cbe5698 1,909 1.00/1.00 vMB 484
504,867 504,867 000000000000000000288c0cd15a1b2472c38dd3cd940571abf51038cdd0b937 793 1.00/1.00 vMB 198
504,866 504,866 00000000000000000008d48e66660c65da84c1cac3553a0852b5d9806fb9e22e 1,418 1.00/1.00 vMB 266
504,865 504,865 000000000000000000715176fd3cfb90f5db0ca9449d819e13273f16419d26cd 2,213 1.00/1.00 vMB 486
504,864 504,864 0000000000000000006183548d584f063eb27a7e84c7122940f49d3803f5a76e 752 1.00/1.00 vMB 199
504,863 504,863 0000000000000000001e9aa4eca42d658482a370194ad125aaed96d3db9c2bdf 1,920 1.00/1.00 vMB 464
504,862 504,862 0000000000000000003c974f07081c0730701ec0c441b2490268f98bda4900a0 2,422 1.00/1.00 vMB 361
504,861 504,861 000000000000000000131055ed1e76dafda50363172f8051353c30598474eae7 1,664 1.00/1.00 vMB 478
504,860 504,860 0000000000000000003401ab9fb89960f58d464fc0d5d5f89d9911109e004172 1,659 1.00/1.00 vMB 329
504,859 504,859 000000000000000000666e04e50f988ae2a74a0c0b58cb32de65d6c3a46e14c1 1,752 1.00/1.00 vMB 170
504,858 504,858 0000000000000000006e6b7012cf0037995e7c82755040d874d834a359461f7a 2,342 1.00/1.00 vMB 475
504,857 504,857 0000000000000000002a1d0ec0e022ddbc40e7df6c25e75e173ded52c7438be7 2,434 1.00/1.00 vMB 428
504,856 504,856 0000000000000000004fe80407d1af84af8d0b993580141596b6947cf8d0ba85 1,193 1.00/1.00 vMB 229
504,855 504,855 0000000000000000000828f9099f40e153850be3d52d94eda09029cb4f7c2012 2,123 1.00/1.00 vMB 497
504,854 504,854 0000000000000000002219e4582ae0f6ae039b75a4a58b2d45c3d13131768d8b 1,615 1.00/1.00 vMB 322
504,853 504,853 00000000000000000041e61e5861f0addc96828d2a3690d944cd5f8f4dd0cf3d 2,627 1.00/1.00 vMB 466
504,852 504,852 00000000000000000024fa6541fb09b03e86645f18b706ed393e2a9180a32a24 1,601 1.00/1.00 vMB 462
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.