Memory Pool Memory Pool Refreshing

9,962 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (610,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,478 297,478 00000000000000001d14c80d8754cbe8502ad416719f51152a4c11f65ee8fe59 0.35 MB 668 69
297,477 297,477 000000000000000064b4397de78e9eaef9040e79b0d1d58ad16390e8fb4ab907 0.29 MB 119 43
297,476 297,476 00000000000000008784957072989b1e72d897ede2cd5c6f75c1cbe20bbbd57d 0.37 MB 416 17
297,475 297,475 000000000000000093d8af23978adc9e201a1f2e2dc52844f9013a1da3621572 0.66 MB 512 54
297,474 297,474 0000000000000000504a645d27f5f5ad26e9696eca8c6db5f7457ad7a6fde769 0.29 MB 232 41
297,473 297,473 00000000000000007c34af0d2ddee1e126e6617b9316eb4e43f542733a66eadf 0.08 MB 121 24
297,472 297,472 00000000000000008c602ebd0e92338991732294267b198f68a62ff52d5882cf 0.19 MB 154 54
297,471 297,471 00000000000000003a2a0aadaac5cbec70dadfb640bed73b5e5d89e6ef58b0a7 0.37 MB 624 29
297,470 297,470 00000000000000004badb739720caadb41db65ad9ebfa962852ca6102fa2b023 0.01 MB 32 74
297,469 297,469 0000000000000000801afcb104de092aea2ced30ca1308dcdb15910c7e789fec 0.06 MB 128 28
297,468 297,468 0000000000000000721c64bbd8e457061f0e28da050351c43a9a6568a3c7570b 0.02 MB 42 32
297,467 297,467 00000000000000009b5b7548502328e94201c8da2a85c66f97ffaf8cfb2f9191 0.63 MB 1,341 37
297,466 297,466 0000000000000000445357a2a3dc88398bccacf32858180d5085c75efb846cff 0.45 MB 835 39
297,465 297,465 0000000000000000719164cad9f8f6a09c33d506c6b204377cc7b518d31206bb 0.10 MB 180 25
297,464 297,464 000000000000000059345fc754cde2ce3c301ef823be28c5e55d47c94336b5fc 0.01 MB 27 39
297,463 297,463 000000000000000099b00ddf86477df5f4597f1e0d2c0fc18aeacbcfcfc4cf96 0.10 MB 223 32
297,462 297,462 00000000000000005a67f1b9faa60b6d7676c9956649c0a1cf2a63fadb12144c 0.12 MB 212 56
297,461 297,461 0000000000000000628783f9a466245647753b61e3f6d763fd46f31821205be9 0.13 MB 207 27
297,460 297,460 000000000000000078c2134c4d0e66a4c02c08ac6aef71151e289199a1230440 0.23 MB 252 13
297,459 297,459 0000000000000000475594d129f6862a3d8928e49ce7fc366b00a7b309f1c6e4 0.07 MB 154 72
297,458 297,458 00000000000000007a218bc80924e8b91fedd95ff7c11b9a4ace415c3c04d69d 0.42 MB 783 76
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.