Loading Tool

Explorer IconExplorer

Memory Pool

85,790 transactions
33.08 vMB
0.09505359 BTC
Random Selection Loading Transactions
Max Size: 195.89/200 MB

Candidate Block

Mining Attempt 6fdcd87bc92618ec5a5a387da8195f1f5989747d28bf2fa8d370a287911ab7de
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 21e03a35352d8263ba2840b8304e87dc37235169fc85f7b0ce38bbf5a1212fdf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,184
Size: 1.00 vMB
Total Fees: 0.02924179 BTC
Feerates: 150.67 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (475,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,284 439,284 000000000000000002e16532a8d797ddcc57374d4999c62f0649f4e42780fc5a 1,945 1.00/1.00 vMB 46
439,283 439,283 0000000000000000009ff8f7dcd064db8640970ac070fd3a21fe3d7fb1d09581 2,336 1.00/1.00 vMB 75
439,282 439,282 0000000000000000013b550826f37bfa6ff47f70440e3d22af2f2a269106277b 1,918 1.00/1.00 vMB 57
439,281 439,281 0000000000000000032fa4ce0b777ca8e74863a55ec030018c3610d58c922c83 2,578 1.00/1.00 vMB 56
439,280 439,280 0000000000000000038cdcbbcb18738e87634d04e2cf5480096745f245fea7e9 2,654 1.00/1.00 vMB 72
439,279 439,279 0000000000000000011041354d44b597de4a98a93bfd46f07064e3b0f7a93eeb 2,569 1.00/1.00 vMB 66
439,278 439,278 000000000000000001922bb05cc34a3cc98a9f74fe33f96f31cbaa1c0eb5c9bb 2,934 1.00/1.00 vMB 86
439,277 439,277 000000000000000000a91dbf732fbb689118445aa1ac631276b80f5907d6f404 2,676 1.00/1.00 vMB 80
439,276 439,276 0000000000000000007f85358c35a0fe9b15b8bee0373f93a937f3496f8547b1 3,151 1.00/1.00 vMB 88
439,275 439,275 00000000000000000230570219e19717fc4694467c59e3610c54f81951242c76 1,449 0.59/1.00 vMB 56
439,274 439,274 00000000000000000131707da49242c0f73bba96501ae59757c2915df19ce8b9 1,257 0.93/1.00 vMB 35
439,273 439,273 00000000000000000420d6ad119fa01a4f95b03bf2a1bf7d6aa5eea72c0c14ec 2,707 1.00/1.00 vMB 69
439,272 439,272 0000000000000000022e08d9b8490122b2224a1ea9839122d4cb73396856e297 1,590 1.00/1.00 vMB 38
439,271 439,271 000000000000000000132696e6b7b4dc242957af8ebed8bc56c388b19e1af8cd 197 0.10/1.00 vMB 74
439,270 439,270 000000000000000000c2715594ae0b9fcdc1c8dea6c8d6907b06333d721b6b40 637 1.00/1.00 vMB 10
439,269 439,269 00000000000000000344e36f25fd04727eb16389cb6053186e68a662927c9a0d 1,916 1.00/1.00 vMB 53
439,268 439,268 00000000000000000419a675f06eb24d4c55b4b45e96939d2b6c6f1edc0c5425 2,806 1.00/1.00 vMB 76
439,267 439,267 000000000000000002716610b4aa7e3f4e76e05927fd3dd8cd3baf80c0d59219 1,196 0.55/1.00 vMB 56
439,266 439,266 0000000000000000017e25843422eadf3d1bd344594bdb6d5f0263aa9f840c21 368 0.13/1.00 vMB 73
439,265 439,265 000000000000000001a7c9d5a330b6498ec48d6dc53eda1c9108c4e3f090e07b 939 0.69/1.00 vMB 23
439,264 439,264 000000000000000000a90d6d5dc4553c22b057f92eb84eef160975a316a8e992 2,146 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.30 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: 657.40 GB
    • Received: 14.54 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.