Loading Tool

Explorer IconExplorer

Memory Pool

83,044 transactions
32.12 vMB
0.08311456 BTC
Random Selection Loading Transactions
Max Size: 195.00/200 MB

Candidate Block

Mining Attempt 8799d97714662697cc6e20cf44ec24f0fafa6f2d9981d990773e16a7539c45e5
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 8c3c54b03521ddc8ef1b5cbc5061a6fbf0ba8dc830a838039a189070aef6db85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.01271789 BTC
Feerates: 146.96 > 1.27 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (673,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,237 241,237 00000000000000dfd0b8671b2e83bc7de628a9d998d2b6dd33e43de824dfb643 224 0.12/1.00 vMB 129
241,236 241,236 00000000000000e8352147ab83f60ab41e30c2d94f4ec4d57938985240035000 68 0.04/1.00 vMB 119
241,235 241,235 00000000000000b7e731e10630d501a60b8c0cc0f836a28049b0517939d2cc46 96 0.05/1.00 vMB 183
241,234 241,234 00000000000000837cfca5cffd30538369252d15abcfa85f48d33c193ca72247 285 0.14/1.00 vMB 157
241,233 241,233 000000000000004ce98e7a3cfa41402bde26a06c8fdd72dc83be649126c17dfa 13 0.01/1.00 vMB 56
241,232 241,232 00000000000000eb2b3ad02cc0b6a401f42afe336985bf81ffcaccdb6d869598 235 0.11/1.00 vMB 231
241,231 241,231 00000000000000d71f11da48d4f4e6dc6771a9ce3d08e55ca0c804e62d94ac59 187 0.08/1.00 vMB 152
241,230 241,230 00000000000000760acb02376e0a36a6dcb61cdb1218ebe3a6157a7c07b32c47 195 0.10/1.00 vMB 96
241,229 241,229 000000000000010e45e1c0ce654ffc95c3563fdf4f977d5afe39cfe6a43a40ed 345 0.23/1.00 vMB 88
241,228 241,228 0000000000000008016a3e53b7f06dcff18bbc8d572fa6174403a60f95a1ba26 740 0.25/1.00 vMB 262
241,227 241,227 00000000000000a9cca008dd5889fbd8ce19d31e53351a01caea840e63aba8fc 159 0.07/1.00 vMB 157
241,226 241,226 000000000000006423ea96ecad6f737d8619105bdf0ad69b176ac7f4abfe9d82 194 0.10/1.00 vMB 182
241,225 241,225 000000000000010212fdc1ac070ac843962cfafd56d5228ed6376c4cf9a0f11d 126 0.06/1.00 vMB 166
241,224 241,224 00000000000000c54855260c986b4a0f866ba0fa890a8fe5640e7224980a4510 222 0.10/1.00 vMB 145
241,223 241,223 00000000000000efae53f703a52112d23247b0491d0ca8f803de1dc7b608ab0f 157 0.25/1.00 vMB 45
241,222 241,222 00000000000000b1e684c2f2d695b6e68e3d32c867dc794b024ab6e8c324f291 186 0.11/1.00 vMB 138
241,221 241,221 000000000000001989c6e2545f3de23717616c248d8e98886f47e2166af3fc44 27 0.01/1.00 vMB 150
241,220 241,220 000000000000007d843fdf2161f9f53aaae61f865c2b7d760bd0a85f5f1d8aab 399 0.15/1.00 vMB 232
241,219 241,219 000000000000004cfcfab5710088e7a6b71868ebe92fdf6c25226f28561f1d8e 189 0.12/1.00 vMB 116
241,218 241,218 00000000000000afbccd7c7a3c5429f97a2ba2a5dd2ff7badca87465ab8ac1c5 137 0.06/1.00 vMB 241
241,217 241,217 0000000000000011c0d21a47e0486b67f615898ca0caefd026fb088b84421b9e 93 0.05/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.