Loading Tool

Explorer IconExplorer

Memory Pool

35,494 transactions
25.56 vMB
0.05278182 BTC
Random Selection Loading Transactions
Max Size: 130.74/200 MB

Candidate Block

Mining Attempt eb00bf67a8fc8827eeff168500c8f3e83a8fa29f1c82b82620deb9090e411724
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 95dd2044d1bdefd7950c2d611a7362f11acb5dcbc5fd4511ea42684a94a55fc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,535
Size: 1.00 vMB
Total Fees: 0.00624524 BTC
Feerates: 150.93 > 0.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (212,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,123 702,123 00000000000000000004daca55dfe224bf18a2a3e571ad58c42f1cd0b3ce6001 1,845 1.00/1.00 vMB 8
702,122 702,122 00000000000000000007f8fa15316f244906d9b7000ddb1f35f6d7a97879d090 2,770 1.00/1.00 vMB 15
702,121 702,121 000000000000000000098d4bc7402a484a6cde1dcf2c1bf21e00cd7905055e36 1,953 0.98/1.00 vMB 7
702,120 702,120 00000000000000000008509f5c406f160e6f27a296812773563b349aa2e30b91 1,026 0.40/1.00 vMB 10
702,119 702,119 000000000000000000068a0fc12b7a37ea7b7bcd3e51ef2cc699e4d1ac7d0bb6 344 0.15/1.00 vMB 9
702,118 702,118 0000000000000000000bc4605337f5a3970c5e97e26d40e6b76ae477404aaf6a 199 0.08/1.00 vMB 7
702,117 702,117 0000000000000000000a4fca1e30a0353e9cd9364b43b771a21318a9dbc533db 394 0.14/1.00 vMB 9
702,116 702,116 00000000000000000009682024d1ae2d0a30cd80039fd3c9f66e67287afe3dd3 1,003 0.30/1.00 vMB 11
702,115 702,115 0000000000000000000da6f0f208da95a5f5a44b41dd68de36128f602a20cf07 1,751 0.66/1.00 vMB 12
702,114 702,114 000000000000000000099e94dca4c9eb950d6d4a430b1299f89f6f505e4e1314 219 0.07/1.00 vMB 9
702,113 702,113 0000000000000000000994b6c9ab0d4558f99d4811039c81d84069c379fdf24c 1,905 0.80/1.00 vMB 7
702,112 702,112 000000000000000000003b000c0e748c5bb60e91ad805338820a65948b0cbf1e 1,783 1.00/1.00 vMB 9
702,111 702,111 00000000000000000007e8ed7a991c8e8f98ef2830c3db4dd21c3a83b8df6b2e 992 0.84/1.00 vMB 5
702,110 702,110 000000000000000000061d119bbec93e9d5372298a1708cd4b070bbd1b947a64 1,499 0.57/1.00 vMB 9
702,109 702,109 00000000000000000006920b17fbc713e842fc9bf4062b5cf983a57446fdc294 306 0.10/1.00 vMB 10
702,108 702,108 0000000000000000000e9a8900a54cd9c669bd018bfce6d0ab94599e2dac6273 591 0.30/1.00 vMB 7
702,107 702,107 000000000000000000096e1ac510f25da2e67a60400ea97b9b8404db18e39358 900 0.43/1.00 vMB 8
702,106 702,106 0000000000000000000bf690c8ce3d494e39c9fef99b400e69c8e6dc27e11ef3 1,305 0.48/1.00 vMB 11
702,105 702,105 00000000000000000005dc1d9c20705e6e3ea512a7a4ff2bc35dd3797b3dc758 368 0.14/1.00 vMB 10
702,104 702,104 0000000000000000000e235446731affa3876001fd45ff70d086576505b69b0c 440 0.22/1.00 vMB 20
702,103 702,103 000000000000000000059c6448f4e65a3f499f4d8af817da64e1521cd0c1cfff 181 0.05/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.82 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: 635.57 GB
    • Received: 12.32 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.