Loading Tool

Explorer IconExplorer

Memory Pool

78,036 transactions
28.94 vMB
0.07819928 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt cff6203287a3a5b49a56894515de1109769944974ffc83d3bde72685b400eeff
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 7dcb3ad0ddf73b0d66acaddc90da91dc199f4e5f062f98324fab6b4a54ba5c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.01784476 BTC
Feerates: 100.81 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (255,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,050 660,050 0000000000000000000afe9cd5309fd3f58f11ec9e9df10b4cbb80931f83873c 2,404 1.00/1.00 vMB 11
660,049 660,049 0000000000000000000a19b9f9dd3ef18314dac13be5b3a71a68be529a5b0ff9 2,571 1.00/1.00 vMB 39
660,048 660,048 0000000000000000000d487754144fd7d3eb76ba1fe85436b3ec3fdcac133a8e 1,814 1.00/1.00 vMB 17
660,047 660,047 0000000000000000000961d401ecccaa9625b052c83fce057c4964f8d013dd82 2,023 1.00/1.00 vMB 80
660,046 660,046 00000000000000000002caa54a963edf09111770e7180ba645a495809f4e27d2 2,559 1.00/1.00 vMB 90
660,045 660,045 00000000000000000009929d725cf14bdd236de913378dbff5879d4aa4568437 2,582 1.00/1.00 vMB 62
660,044 660,044 00000000000000000004d1e667966ef17f0e8eddfed57f0159814716d573475e 2,159 1.00/1.00 vMB 69
660,043 660,043 000000000000000000071cfdecb5405be36f9b0e6f59ed2377366b13e640b320 1,632 1.00/1.00 vMB 94
660,042 660,042 0000000000000000000083dcbd6fa4482c436381e05a7ee157bd0ab3147c9096 1,745 1.00/1.00 vMB 120
660,041 660,041 00000000000000000000a010d397845ec0e1d47a71c150c59def08d5e8d719b5 1,924 1.00/1.00 vMB 130
660,040 660,040 000000000000000000034b0ad5ff936797fd05329e65a46468f6bf579fadc35c 2,110 1.00/1.00 vMB 33
660,039 660,039 0000000000000000000588ffbd9f6e0fd13055890bdfa7712f197a3b2d43d337 2,476 1.00/1.00 vMB 60
660,038 660,038 00000000000000000000960f4476a8552cac203eec6e0f826886b41fae402bec 2,764 1.00/1.00 vMB 97
660,037 660,037 0000000000000000000e39baacd9d8d56dc6976c896fd6d33093f23b6fbefdc2 1,888 1.00/1.00 vMB 19
660,036 660,036 00000000000000000003dd09bd763c3a56f2608f5ae5f29f591386b6d2fc8604 1,783 1.00/1.00 vMB 28
660,035 660,035 00000000000000000005c67cf9de8ea2a770fafb84edd8f0cea9408d9d778822 2,798 1.00/1.00 vMB 93
660,034 660,034 00000000000000000008d2e6653d0f8e4cf8f917913e05e137e65c1fb037c4b4 1,569 1.00/1.00 vMB 5
660,033 660,033 0000000000000000000539524d5ceec818e93420247ef4240bda859d9a637bf5 2,211 1.00/1.00 vMB 35
660,032 660,032 0000000000000000000d5d6ab0cd1ccb28b2b6c915e7413a122e09035dc5c9bc 1,478 1.00/1.00 vMB 41
660,031 660,031 00000000000000000005175ef138630a7ca4ccc95113515de44d7ede5848d81b 688 1.00/1.00 vMB 23
660,030 660,030 0000000000000000000c1d35b278efd49ac4186e3931a3ef20540531d47fc23d 944 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.