Loading Tool

Explorer IconExplorer

Memory Pool

78,540 transactions
22.03 vMB
0.06999344 BTC
Random Selection Loading Transactions
Max Size: 144.51/200 MB

Candidate Block

Mining Attempt fee061bcdda3c29dec67421a0d29259b58967cceb2a639448e032990d8b4beec
Version 20000000
Previous Block 00000000000000000000d2b07af395bbd20dcae576411173b6bdcc10daa78274
Merkle Root f95c1ddd3746a7470ac634f7e17c0a162598c44d3eeedff35a88d602dbc3cf4c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.01901704 BTC
Feerates: 199.00 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,137 (876,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
39,287 39,287 0000000024a1cd6f6e8250610c6cc69d30595188f7da35521d0ccec116bb1864 1 0.00/1.00 vMB 0
39,286 39,286 00000000396ee185561f1e2e4860fd144e7111f81b290b5f37f73c74fd5c2f85 1 0.00/1.00 vMB 0
39,285 39,285 000000007cc6d4441eeff9688c15b53c5240fced67b434fbcb866645c409c68e 1 0.00/1.00 vMB 0
39,284 39,284 000000000a8cbd74508d35164533d6ad517830d6ae57ffc851f9cb9a11ddcb7f 1 0.00/1.00 vMB 0
39,283 39,283 00000000535f20fcdf594cc260b715eec0f42c54f32a70d2b938c555916d1d17 1 0.00/1.00 vMB 0
39,282 39,282 000000003e87b5c8fe9e5e795c342383f4e1f37ae9cf36676f30ca40de6a2841 1 0.00/1.00 vMB 0
39,281 39,281 0000000014c44fd34b66ec42534e4f7742b609b87a06f73bef237b948bf54bd5 1 0.00/1.00 vMB 0
39,280 39,280 0000000031a78b70bc8eeb9e4fad1d828f13b1016212f8157445ebf63e35393a 1 0.00/1.00 vMB 0
39,279 39,279 00000000561d04be733191037670c6c490fdcc1005a4c86d44b8c4d807b367bf 1 0.00/1.00 vMB 0
39,278 39,278 0000000054a3c8e9350b00b8333a905615df156ca0e29ae909ea20431f2022ed 1 0.00/1.00 vMB 0
39,277 39,277 00000000343891ef840b649431237b6b3878e31ae228d9f1f598aeb810c8ed3e 1 0.00/1.00 vMB 0
39,276 39,276 000000001e4e7d3d6218d2a67e9ccf17aae28fcbd31792cbf34054a2025a0eef 1 0.00/1.00 vMB 0
39,275 39,275 000000007f48c51cb4188ea1fc2ad3d63d4665474928c1e9571e5426a25205e7 1 0.00/1.00 vMB 0
39,274 39,274 000000003491013dd093f17d7b4b5e604434f899aa4cff5653bb50eadd4dc038 1 0.00/1.00 vMB 0
39,273 39,273 0000000088bdcf80865d2fecc0b01c289d9a6b90f830da1c5512e9fb365ca66c 1 0.00/1.00 vMB 0
39,272 39,272 000000001f897c6a66e7460ca62e9201a86db4934c088c765c0ae0b4287edc20 1 0.00/1.00 vMB 0
39,271 39,271 0000000071f09de153fed9b0f947cb96b814e6626fad7ec32b9e34e912726222 1 0.00/1.00 vMB 0
39,270 39,270 00000000207e041544684575bc8448b3a2c902c12a81223b3b41ab5a66bc3a62 1 0.00/1.00 vMB 0
39,269 39,269 0000000026fe242f528760db589835bae5683551471699f550c1f2ff7125e51d 1 0.00/1.00 vMB 0
39,268 39,268 0000000021312034e6b49baa6b34df731ad5d1c267706092d36994e69f8226fd 1 0.00/1.00 vMB 0
39,267 39,267 0000000076de4b12c3cdae04bdfad440d610926bf5d5f84373084353b7162910 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.35 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: 818.08 GB
    • Received: 24.44 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.