Memory Pool Memory Pool Refreshing

21,185 transactions
15.97 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,485 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,045 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,484 (755,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,512 146,512 000000000000003dc4f30c95454a841f989a7a9372e0ab2d6d68f1ffd1a26435 0.02 MB 31 124
146,511 146,511 0000000000000071d20d229cdc899ef34c7291e5263e033bfae3fb1c6177fd47 0.01 MB 16 436
146,510 146,510 00000000000004d244e16b0fd47c4091f1741a7d31c148e053f6db01ebeeabe8 0.05 MB 155 52
146,509 146,509 00000000000006a34262a610f38862dfa639d4a60a279dd08f0528414a33586b 0.00 MB 13 15
146,508 146,508 00000000000004361c2eb3f29bf47bc68af5e4eae212f854f6f6a5d8e55b605b 0.03 MB 53 189
146,507 146,507 00000000000001a2ace8bca7830a099a89b9df317625e9bb827eaef3b0b1c1ac 0.04 MB 57 218
146,506 146,506 000000000000071b37bba78c181f1cf892c1a02a0cdfcb60ae0468a3fd220028 0.05 MB 80 116
146,505 146,505 000000000000013a2526704b5d718d0ae47a584e0a67e0aa580ea0daf7ba3274 0.01 MB 31 184
146,504 146,504 000000000000056954df7f269fe65d2a62b2224c9015dc13259ec143adbc1422 0.01 MB 16 195
146,503 146,503 00000000000001140369086e1fb8bab5c2c8133a26cfb608ada08fd9f0ed88b4 0.03 MB 60 365
146,502 146,502 0000000000000613f153500ca4211b3552f47c14ea7c86ec77b91f7acf5d28d6 0.04 MB 72 218
146,501 146,501 0000000000000131cb340b4f36a4f259464538f5aa0ae08f1504f3e5d6c384ad 0.00 MB 1 0
146,500 146,500 00000000000000e3747c3c1c4b7c409d25c706f294fdb7fe3ccecd2917434499 0.00 MB 7 0
146,499 146,499 00000000000005296d58d57800cc547adf47398e43fb4ea1edd6519af28a1e43 0.04 MB 68 155
146,498 146,498 0000000000000581195c7c7bd4d88708cd6ef1f54ea61b70d2b89ef305b2fd24 0.05 MB 99 274
146,497 146,497 000000000000093c51b281bfd546e830938726ea6c8ecb0cff1d049a950416af 0.05 MB 136 16
146,496 146,496 00000000000004a3879d3e3d108c371bc0aee352674965353f37eddf4c0ef177 0.01 MB 29 228
146,495 146,495 0000000000000700fe47032bb16c09514374bc3a58083ddaea748c9300cf65dc 0.04 MB 117 64
146,494 146,494 00000000000006e5dd7a825bc186804d462cdf183804b8a6ce2d91e77d7de924 0.01 MB 5 428
146,493 146,493 000000000000062204ee81a1a88074f8404ace74012e6cf72a977b4da5108972 0.02 MB 34 122
146,492 146,492 000000000000042584bde0348af10e95caa80eb81053c930ee08e87da156bcc9 0.02 MB 67 5
Previous 10 blocks ↓
Total Size: 759.98 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: 886.10 GB sent, 46.21 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.