Loading Tool

Explorer IconExplorer

Memory Pool

75,266 transactions
29.89 vMB
0.11026592 BTC
Random Selection Loading Transactions
Max Size: 173.57/200 MB

Candidate Block

Mining Attempt 681c5fb5942eaceb382bff2476b0bc418533144e568487de27a8445e42bbb4a2
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 7c4508ec823cb9db9ab7290695f06a76803fbfa354ddcc7c8a0dd907249e2851
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,019
Size: 1.00 vMB
Total Fees: 0.03867967 BTC
Feerates: 101.64 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (416,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,598 498,598 0000000000000000003e2dbaa687edcd933720b0a67d7e07f7fda4e655732c4e 1,698 1.00/1.00 vMB 258
498,597 498,597 0000000000000000009f1a37589384336f4cb0a7fe9cc3d2ab6b08e6ebb2ef0e 2,294 1.00/1.00 vMB 100
498,596 498,596 0000000000000000008bdd184f5d61214e162e598347838c8090351c2daadd6f 2,130 1.00/1.00 vMB 264
498,595 498,595 00000000000000000082feccc4aacd6b3ecea7fdd0f44872a1fbe5ffb4bfb036 1,207 1.00/1.00 vMB 335
498,594 498,594 0000000000000000005f1b845229de3be6fcc3df24bcf1ed3677c4c8c5b699ff 2,433 1.00/1.00 vMB 166
498,593 498,593 0000000000000000002025a8a800c729594bb9a1c55c54aadc6b324bd3d20136 2,071 1.00/1.00 vMB 388
498,592 498,592 0000000000000000000bc598fa6cb802fc70e2de9d5e4cca89cce0bfa9012268 2,221 1.00/1.00 vMB 357
498,591 498,591 000000000000000000797485ef94b73b289b06a23aae25debbd4f5dd0401cc8a 2,723 1.00/1.00 vMB 242
498,590 498,590 000000000000000000aa65c20a79a5e85dfa04bfc6b6e5aabaca3307684df326 2,380 1.00/1.00 vMB 382
498,589 498,589 000000000000000000377008d71311d3c37fad88a25519e48675ea8984817b97 2,677 1.00/1.00 vMB 419
498,588 498,588 000000000000000000504f351735b58993c471b23dac87dd51655c52a37a3a2d 2,552 1.00/1.00 vMB 418
498,587 498,587 0000000000000000003246b8f2208b04bc9d75917fdfa0ec44de5934862e2964 2,555 1.00/1.00 vMB 90
498,586 498,586 0000000000000000005732ae80c256ed6ee81b0782aebfd7e2c5dedd45f47da4 2,422 1.00/1.00 vMB 236
498,585 498,585 0000000000000000002dd0433eb8ae1f292f586f9b7a81cab2e4603e4ee88a21 2,130 1.00/1.00 vMB 165
498,584 498,584 00000000000000000047c873f9bca91ef6d86b3004e7ac10a591586661a33e10 1,033 1.00/1.00 vMB 126
498,583 498,583 0000000000000000000f5aa515c45aefc29d7cf1abf0f4ef12c52618ca8732a0 2,373 1.00/1.00 vMB 188
498,582 498,582 000000000000000000ade808a81f86865482f0ab1cea88b1b84b3dde212b9286 2,146 1.00/1.00 vMB 149
498,581 498,581 0000000000000000001fdd4fc35ae144cdbcf7755eddaafea34c0b710ff30150 2,108 1.00/1.00 vMB 206
498,580 498,580 0000000000000000007cec0b7664aa688be6480e970d84253b64407bedff75be 2,195 1.00/1.00 vMB 289
498,579 498,579 000000000000000000a0d6dd2732a2ebd791bd9e70740a70ed880a4b86128e6c 1,928 1.00/1.00 vMB 373
498,578 498,578 000000000000000000a3b55d2c103198dafdfe2762272680f5e054f4ee105fe9 2,786 1.00/1.00 vMB 407
Previous 10 blocks ↓
Total Size: 782.49 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.23 GB
    • Received: 15.43 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.