Loading Tool

Explorer IconExplorer

Memory Pool

81,177 transactions
30.62 vMB
0.07372585 BTC
Random Selection Loading Transactions
Max Size: 187.85/200 MB

Candidate Block

Mining Attempt 5595940d6e0e7056d9aa33b6766627476820e8dc70f3f058aa27a0958539902b
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c566051e17a0f089f84056596c0f55f268b49a89ccbe4b831bda484c7c9b7034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.00525572 BTC
Feerates: 10.52 > 0.53 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (91,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,038 824,038 0000000000000000000280b705b01ed42c5b14ae5d5fb1522e19e311c0f0690f 737 1.00/1.00 vMB 125
824,037 824,037 0000000000000000000360d02145abc22f7acf7b5b7eb1d9db572b762076965a 2,010 1.00/1.00 vMB 199
824,036 824,036 0000000000000000000268eff1d229556bb5c9ccf0b7834263db71f5c79e0503 308 1.00/1.00 vMB 136
824,035 824,035 000000000000000000013fb287e16b9f4f469cb44abf37b5a496e9f308d3af85 947 1.00/1.00 vMB 162
824,034 824,034 00000000000000000001c26c2b477ceabdea43b8f3c141d7e82a8d96baa87d98 2,800 1.00/1.00 vMB 163
824,033 824,033 000000000000000000009c33be239413d2e86d1e17dc2fee67335ddc0737f987 3,339 1.00/1.00 vMB 92
824,032 824,032 000000000000000000029af08ac497b1ca641b73f04a3b6fc9fa6af9cbf86055 2,985 1.00/1.00 vMB 102
824,031 824,031 00000000000000000001b252556f1becdfba57d73c1bc79ab2b6f4bd1c239f0f 2,904 1.00/1.00 vMB 152
824,030 824,030 000000000000000000033b34ff7f69ebe4b2c12031c22720719361d8b8de91d3 2,536 1.00/1.00 vMB 95
824,029 824,029 00000000000000000001c6937e8b52b76bfe4f4ccea653857d9beaf901cc251b 2,577 1.00/1.00 vMB 83
824,028 824,028 000000000000000000037d370b27d89094da9a413f5bbd166fd92fd74aa88fd9 2,272 1.00/1.00 vMB 99
824,027 824,027 00000000000000000003a1d7effce9f5fa0ca03a78890c961e424ea6242902b0 1,958 1.00/1.00 vMB 108
824,026 824,026 0000000000000000000323058f40ed30259417558b1765f320f276945f21a7ce 2,900 1.00/1.00 vMB 153
824,025 824,025 0000000000000000000060030d99c0ccd358e88d7015d90bc15fe88452133ba2 2,990 1.00/1.00 vMB 112
824,024 824,024 0000000000000000000325211bea2d57ff4c96159901b40f05c1eded553bfa2a 2,508 1.00/1.00 vMB 217
824,023 824,023 00000000000000000001d39cc32582ca0f3ad980cac7b07e754319fe5a60171a 2,861 1.00/1.00 vMB 160
824,022 824,022 00000000000000000003c9c3f6b1da05ef1b4f8642397151639f89021b341c04 3,333 1.00/1.00 vMB 163
824,021 824,021 00000000000000000003c039d8b5f117191661cd9525972b887d43d5c8cf1038 2,920 1.00/1.00 vMB 127
824,020 824,020 000000000000000000005b6b011d66fcbdc7784e43a5ddc6b4287ba3fa3ceb14 3,188 1.00/1.00 vMB 130
824,019 824,019 000000000000000000014916989f905b3be713755d425b1af45a49e88a405147 3,157 1.00/1.00 vMB 176
824,018 824,018 000000000000000000005ba88a2e90c0a99383a65cbea6f6548d345002188677 2,104 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.79 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.75 GB
    • Received: 16.98 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.