Loading Tool

Explorer IconExplorer

Memory Pool

88,385 transactions
32.33 vMB
0.17352142 BTC
Random Selection Loading Transactions
Max Size: 195.79/200 MB

Candidate Block

Mining Attempt 79d9ab78eab4a4eabe3c63df00879c3d04915f90beb2db3a1b16aedd0791e8c6
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 3f5b0de2d40fc4a1e365d7f86a300e9f5d55e0cd2ab1df49d071eadb338deeaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,752
Size: 1.00 vMB
Total Fees: 0.08422146 BTC
Feerates: 216.64 > 8.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (269,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,476 645,476 0000000000000000000312dbf8d267e2f65b7f482d90a351a04614bef96a693a 3,046 1.00/1.00 vMB 139
645,475 645,475 0000000000000000000fff7d24c9f962e301f523ab70f1d35a637a591f87feea 1,886 1.00/1.00 vMB 86
645,474 645,474 0000000000000000000b839fc8290c995a85cd58836f9e8b7c38a9da5e749c44 1,868 1.00/1.00 vMB 95
645,473 645,473 0000000000000000000cb23fd4b05b740ca9c28ed7ea0e0aedb57daa8711dfab 2,676 1.00/1.00 vMB 98
645,472 645,472 00000000000000000009d0e662e9a9a6604a66135130708e99984c035f3baccb 2,677 1.00/1.00 vMB 119
645,471 645,471 00000000000000000008ad8e505ff7536f914070ae50fc791e64862707648700 3,046 1.00/1.00 vMB 93
645,470 645,470 0000000000000000000e70c4e5786188f73e591cc16e7df488dd54508c08620e 2,445 1.00/1.00 vMB 101
645,469 645,469 0000000000000000000d45167fe3f58c91dbfffa1265f215b62ea5277ecf7f85 2,779 1.00/1.00 vMB 120
645,468 645,468 000000000000000000030a40cd745e21aa5e4e276027b6741cda664b1b12c38f 2,704 1.00/1.00 vMB 100
645,467 645,467 000000000000000000017ec9dbb4431e9a7686d07f57ae093d8e61b79efe9921 2,801 1.00/1.00 vMB 115
645,466 645,466 000000000000000000060aea69cf8efbb95bfa5ce60fd7d7d7dd407704f0ab16 3,144 1.00/1.00 vMB 135
645,465 645,465 00000000000000000001af727571a8435506df6d3eaf1aff9f95110371ad3e55 1 0.00/1.00 vMB 0
645,464 645,464 00000000000000000000a40de8ac96155a8e7b1fecaa867698999d096e38dc4e 2,984 1.00/1.00 vMB 105
645,463 645,463 00000000000000000004e7c3828a81bb5b82f5bed664233e4f0c6f2be5169952 2,506 1.00/1.00 vMB 111
645,462 645,462 00000000000000000005c5f4448d35ee960c5bccd41daa5bc76285844400bcfa 2,687 1.00/1.00 vMB 96
645,461 645,461 000000000000000000027c03a7b42c4b58b2247c86faa06304a708b9fed35cdb 2,355 1.00/1.00 vMB 95
645,460 645,460 0000000000000000000db18de0f47e9d8fafb1086c60b0da514f3563adc04330 1,623 1.00/1.00 vMB 107
645,459 645,459 00000000000000000002b8953f053e884f68ac65c7ef0defe8b9f75ca4f43cc5 1,946 1.00/1.00 vMB 112
645,458 645,458 00000000000000000003a3c847ff24dcf441b9d7dbcb7773c825ded303fbab73 2,720 1.00/1.00 vMB 86
645,457 645,457 0000000000000000000715d1fddcb42021ce90c7c64bc13d671dfc8ca08ce566 2,334 1.00/1.00 vMB 110
645,456 645,456 000000000000000000047f56a5ecc109d887ea9dec901efd379d96866c7875c0 3,042 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.