Loading Tool

Explorer IconExplorer

Memory Pool

75,554 transactions
27.97 vMB
0.08414789 BTC
Random Selection Loading Transactions
Max Size: 170.11/200 MB

Candidate Block

Mining Attempt 60afe1a5d00b1b775d8c3f2477793ac9c2e7ca79876d5c5a5e0e2e9f6982f9f9
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root d13952270b23183b83852296371fc39c87d308863e6a707c276d8c09cd15762a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,491
Size: 1.00 vMB
Total Fees: 0.02411646 BTC
Feerates: 402.60 > 2.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (789,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,905 125,905 0000000000003fd307d47a090ee63b1c13c6319f985abf76944a9ed6c053b151 87 0.03/1.00 vMB 2,052
125,904 125,904 0000000000002b56a1634636e7eacf6b4ff4fea1377952be3519446b645018ca 31 0.01/1.00 vMB 787
125,903 125,903 0000000000001b27a1bc8fc2e4c5fcac11603dc3b340db7b8ca7f9f13baf9a47 65 0.02/1.00 vMB 2,192
125,902 125,902 00000000000021ec2b4d5e5513cc6f08771b473d3dc9d875718c50a6b46c3cbe 12 0.00/1.00 vMB 1,004
125,901 125,901 00000000000010f07e98bf90b68d2012cbc7cb6ea579b4c7343cdee6474f3885 14 0.00/1.00 vMB 872
125,900 125,900 00000000000044370c6bfb757299702a60da665d66e9b7a237a5093d8cb33c8c 17 0.01/1.00 vMB 1,321
125,899 125,899 00000000000029a939237ea742bede916546f697eb1c0387aa9ea9c4071e605b 2 0.00/1.00 vMB 4,464
125,898 125,898 000000000000238d75fae6b6054edbc95c6f49aba6dfce18c903030eb40d99e7 63 0.02/1.00 vMB 315
125,897 125,897 0000000000003354350934ba5a952633cacc99831bb7a1bae6fc5e95f4c21eeb 20 0.01/1.00 vMB 965
125,896 125,896 00000000000021be76c08107f1677e497afe222bcb8959e808412574b94fc413 32 0.01/1.00 vMB 729
125,895 125,895 00000000000005908326e08355754e3b2feb3cd861b4d898bf74a74ccef2dbfb 8 0.00/1.00 vMB 0
125,894 125,894 000000000000322344ce46aacf75cccd3a0da2061080a33032e38e9b3fa2c6d7 4 0.01/1.00 vMB 183
125,893 125,893 00000000000043f6b79279c6324e91e859a60df67c3b88271836fc7981016d68 4 0.00/1.00 vMB 0
125,892 125,892 000000000000071a1625419b2e4524b35b2b6efce38add899f040f9fc8f039e0 11 0.00/1.00 vMB 493
125,891 125,891 00000000000001005c27ad05d7d95f5992645b4dcbf415acd05657f6836c7fc9 32 0.02/1.00 vMB 511
125,890 125,890 0000000000003be5ca87f23e55450c12815ca981f4e50becc3d3fea24112480a 14 0.01/1.00 vMB 590
125,889 125,889 00000000000004be382855514e77b271f2c804e0a4e2446a7012104af3a75326 18 0.01/1.00 vMB 634
125,888 125,888 0000000000003c5c217ca2f4676f72229231ad946a8d2b05a4d6d97c01c6a93a 13 0.01/1.00 vMB 172
125,887 125,887 000000000000312fcb14586a086bcdf714a44d4dc17e3fd3169a0c68b60bd7c3 10 0.00/1.00 vMB 87
125,886 125,886 0000000000003584f3a2947ba69d0d2084786d3bc32a0014f4c58b249cd5d559 10 0.00/1.00 vMB 891
125,885 125,885 000000000000052f3fb60da6f76189e7c40b951ce161af172d1f52109efee071 19 0.01/1.00 vMB 293
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.