Loading Tool

Explorer IconExplorer

Memory Pool

42,824 transactions
26.61 vMB
0.06335640 BTC
Random Selection Loading Transactions
Max Size: 139.28/200 MB

Candidate Block

Mining Attempt 52ce17cc9b75ca686ede3ca22edb899f98e5f24e24e2fe0f251f7ad4fbad739b
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 3f4d28ae46d778fde18bba82d7593901db2f6e3f1aa1917e3bdb75724434a273
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,472
Size: 1.00 vMB
Total Fees: 0.01423432 BTC
Feerates: 150.77 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (388,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,424 526,424 0000000000000000002d88317a91d8c76eee18d90f39f7bccf27f9b37527d422 2,523 1.00/1.00 vMB 23
526,423 526,423 0000000000000000000350ae5f8efbe5894b88e7ed10eda05b4e3c5ddfb24356 2,009 1.00/1.00 vMB 17
526,422 526,422 0000000000000000002ed3b1b9a85a151569f22ddb90aac591cc9b0643fb3648 2,882 1.00/1.00 vMB 14
526,421 526,421 00000000000000000002a9f2f4b8d86fead6346e6d6e7c40c9e13035d30e441f 2,922 1.00/1.00 vMB 26
526,420 526,420 00000000000000000026d4146297c1961316994189aeebebd4f8e42575151095 2,409 1.00/1.00 vMB 49
526,419 526,419 000000000000000000308bb60ee7b071c1b03a8e2b7fd7bd0edb6115663c214a 126 1.00/1.00 vMB 1
526,418 526,418 000000000000000000375c22cfe42aa00f1bce6b0caf4eceadfc8d41477ffe92 2,098 1.00/1.00 vMB 17
526,417 526,417 000000000000000000094a5ddfde4d7e8b985859db6e3859ba96b0f9d6601dc9 1,662 1.00/1.00 vMB 16
526,416 526,416 0000000000000000003259dc6f8edcdfd7b1b2a67c0a6d893f7a8a948d2ada73 349 1.00/1.00 vMB 2
526,415 526,415 0000000000000000000ee71b9e375537ec791c5e91d21676e4c93a425773e1ac 1,936 1.00/1.00 vMB 11
526,414 526,414 00000000000000000011ab817740d04bd7d82d08ad36d56dcd651ae4dd5e9b39 2,258 1.00/1.00 vMB 31
526,413 526,413 00000000000000000031989467b9aa7c18b75ccafd0ca3f788d5e413dbb86e4a 168 1.00/1.00 vMB 2
526,412 526,412 00000000000000000032015afc76ed6c6e3e6fabae75f832e8f3d6f1a79bb2bd 390 1.00/1.00 vMB 2
526,411 526,411 000000000000000000202480df5129b81e6d96ae62f0793f69de01258d9f26f2 1,207 1.00/1.00 vMB 11
526,410 526,410 00000000000000000026ad331064a289d78c3fe81c83af89092a9fd2c360f953 762 0.31/1.00 vMB 29
526,409 526,409 0000000000000000000e7223ccee7da43843cb91cfd30353d88ead1f3adc5fec 339 1.00/1.00 vMB 3
526,408 526,408 00000000000000000025691ebf8677b8928d84196985369807972761e4a65fc0 1,776 1.00/1.00 vMB 17
526,407 526,407 000000000000000000205d9ab480643dcf4efc65d145ad9ccdfa0e3c9ea1210c 2,479 1.00/1.00 vMB 24
526,406 526,406 0000000000000000001a2d4b4affd55cd0895902a0a7831e8f07277bc6a51336 1,646 1.00/1.00 vMB 19
526,405 526,405 0000000000000000001da04017b7e8f0c392e6eb172c96469904066934ab93e6 86 1.00/1.00 vMB 1
526,404 526,404 000000000000000000337576f3e737c5d630ec73cd188ef2417cd08c8802e53c 1,027 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.