Memory Pool Memory Pool Refreshing

5,153 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,416 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (709,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,744 198,744 00000000000003d571665cbbc16330be20154fa0332389cb5140acc53159fcb3 0.05 MB 111 164
198,743 198,743 00000000000005dbaa054586cf8cbc4064e64e2f84c159798c9b27734d45000c 0.13 MB 400 133
198,742 198,742 00000000000004b41f8642da36a342eb32a5cefd2b32fd0bd7d154c292384fa5 0.08 MB 202 140
198,741 198,741 00000000000003977f4b546c42d98eab7180cd6e16641aec331845cf7ebd8f50 0.13 MB 204 110
198,740 198,740 00000000000001a66130863c2fb599275ad96e04bc50940d98d1f47fa891293b 0.07 MB 218 184
198,739 198,739 000000000000012ffff7d29dfd044b5cde27d35cb5127cf5dd85c50d4b9f5fb0 0.24 MB 512 42
198,738 198,738 000000000000045ae7b736c059a1c47a00f2f28cd8036e52d4e800055e2b0246 0.07 MB 140 101
198,737 198,737 00000000000003fcac9a1e31a7109a12123ac5decf9c232709a19da49d4ef66c 0.08 MB 205 122
198,736 198,736 00000000000002d258440c2b6f9f9355d964e7fcbb9c823359cec67ebe55e9fb 0.25 MB 524 147
198,735 198,735 000000000000060ac209622641761d98c86175ff8dcd0d3c36b2ee0fb033f520 0.00 MB 10 15
198,734 198,734 000000000000020f9ef598e0176bdd304ec67760d304d676bdc0d729ae3e34b8 0.16 MB 377 188
198,733 198,733 0000000000000206e81fbed3921a76c7fc975ed53112b9c6607b2b200580531f 0.07 MB 188 135
198,732 198,732 00000000000000a254cc999be25260aec31581a82c464e28df87401ef979d35c 0.00 MB 19 76
198,731 198,731 00000000000000e90eb0fd73bfcd08ef0106e68e76e17e9e1d4f41d9236afbdc 0.05 MB 144 210
198,730 198,730 000000000000019ff702375463db4c8734d38fc774a4e8439a38734443875812 0.09 MB 208 184
198,729 198,729 0000000000000619713afa30535dd2b029f7d00a6197e8a7daa7625232cdc071 0.10 MB 166 174
198,728 198,728 00000000000004d0df8915abf8d2531b10241cfdda6be97ebc0c2afc7398df1d 0.14 MB 420 164
198,727 198,727 000000000000020dc2fab27fd2de641c1351e4804b2781cd4238dd60aa1d555f 0.01 MB 42 135
198,726 198,726 0000000000000596ad9e6cd471abe049457ea7268fb7e02cd950c5ca84796eb5 0.03 MB 88 175
198,725 198,725 00000000000005e829ffbcf7b31dcb16103f19a346e160b44c58da7323ad1658 0.03 MB 105 172
198,724 198,724 0000000000000636467c2e6380ea0fdcdb0eb47ba31f471241a030e3cdc5fdef 0.02 MB 46 112
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.