Loading Tool

Explorer IconExplorer

Memory Pool

77,058 transactions
28.60 vMB
0.06480139 BTC
Random Selection Loading Transactions
Max Size: 173.58/200 MB

Candidate Block

Mining Attempt e58d05a3aad74b2e6538f5ac441bf49b7ba60fb9b4de87d77c6597025846d125
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 88b2b066d992be52aec96480533c061e9cfb9ebfca9d0badc59baec62e0089c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,835
Size: 1.00 vMB
Total Fees: 0.00553130 BTC
Feerates: 100.72 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (311,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,901 603,901 00000000000000000010ef37d8d2450f1720920c5f2ed5ee30fe0d2a346decc8 2,798 1.00/1.00 vMB 32
603,900 603,900 0000000000000000000d6ef6d5bc1394a873ff2af638dee50d3882d9c8827881 1,415 1.00/1.00 vMB 9
603,899 603,899 0000000000000000001085347d507168ee91796318baa3b8aaa46451cc753a58 865 1.00/1.00 vMB 8
603,898 603,898 000000000000000000097a7b5d1f68232116f3312e6383cb17162c0629722363 1,624 1.00/1.00 vMB 11
603,897 603,897 000000000000000000118d2720b99d8879c7ca4c3ffd7c8129365c5004e03368 985 1.00/1.00 vMB 8
603,896 603,896 000000000000000000153e0fcaf6bcfccd8f2a2e8f7ace7ca71951be0131aa52 1,897 1.00/1.00 vMB 13
603,895 603,895 0000000000000000000434de6aa6409781b831eca000fe69594809a498ca13a7 764 1.00/1.00 vMB 9
603,894 603,894 000000000000000000098bb3effed8edf77f0501eeaee95ad0b2fad38046ca7a 2,986 1.00/1.00 vMB 21
603,893 603,893 00000000000000000007dcaa17bf6b745b0bdca77b6ac3337f38c40edc96e7ba 2,282 1.00/1.00 vMB 19
603,892 603,892 0000000000000000000dd326fca34507d4131f3734919ca7145424812e8a032e 2,189 1.00/1.00 vMB 16
603,891 603,891 0000000000000000000d3be0c224c0bd5e99f47e6de7fccd8c002ac0e569e5bc 3,076 1.00/1.00 vMB 27
603,890 603,890 00000000000000000004ca9be9eeae50dbe6bac77016900ef9c68e4f70c37324 3,144 1.00/1.00 vMB 15
603,889 603,889 0000000000000000000c6063e3e01fd898aae9f13791786f4f54c988fb782b82 873 1.00/1.00 vMB 26
603,888 603,888 00000000000000000012ccab89036e3fdfe6d0debd882ec8c90943bf7e94a4f3 1,199 1.00/1.00 vMB 40
603,887 603,887 0000000000000000000f339e0c5f20d6c16e4aebd6947fa72f28914389c353f0 3,913 1.00/1.00 vMB 8
603,886 603,886 0000000000000000000492cf6ff55326bc1d0de603a0b1c7d3f6934c1370cb1f 2,878 1.00/1.00 vMB 36
603,885 603,885 00000000000000000012e2f7c306bf7f5e4eadfc6eee82f22de9f0e97fa21008 3,303 1.00/1.00 vMB 22
603,884 603,884 0000000000000000000b9ffe69a409d55f783b82d32e017cb18de19f725b7d80 855 1.00/1.00 vMB 6
603,883 603,883 0000000000000000000d84546476002d09b40f83c7cce9cfc28da0cce1c9a3b8 2,285 1.00/1.00 vMB 15
603,882 603,882 000000000000000000021a00080af86d9e79d5f8373f456ca6e2e3590044774b 2,740 1.00/1.00 vMB 22
603,881 603,881 000000000000000000068791960201b779ed8b66325f4bc04a9098b55093d66d 2,450 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.10 GB
    • Received: 15.86 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.