Memory Pool Memory Pool Refreshing

1,813 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,741 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 1,807 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (288,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
619,472 619,472 0000000000000000000bd422b8e54124298c2cf0f201bcefa082ccb48d65c7e4 0.97 MB 2,826 11
619,471 619,471 0000000000000000000cef5e2044f0206db6ba2e586650c62d341711e1ba14b2 1.30 MB 3,535 20
619,470 619,470 0000000000000000000149f6296a49ec4f5a7675cc12fa21a9815de5caca1286 1.10 MB 1,101 8
619,469 619,469 0000000000000000000c3a58ecef7eefdc13e820535908daba34d8e5526e1b4d 1.29 MB 2,616 11
619,468 619,468 000000000000000000092968df88070d65c36c3d75224e32d8a1d181ea948993 1.41 MB 3,117 28
619,467 619,467 000000000000000000049e2ab09f4ef16600cda3a40cf5a79e64fd6a170d38f6 0.01 MB 43 12
619,466 619,466 0000000000000000000306cd841dbaba6aeaf88e2fb50b5a61d9add5dcf9d822 1.19 MB 2,958 15
619,465 619,465 0000000000000000000c55fe9ad96798f9151309a539f3dc6ae3173083a8e12c 0.29 MB 618 15
619,464 619,464 0000000000000000000d95d305fd1816e425120165753b757ccf2379331f57ce 0.50 MB 996 21
619,463 619,463 0000000000000000000cfe7a1b4319afa0f2730e17f427218b1b5b4e5334e6d3 0.82 MB 2,019 21
619,462 619,462 0000000000000000000f3863614a4186a17320cd0f4ccd84d5ae3e3926dae54a 0.71 MB 1,779 7
619,461 619,461 00000000000000000000c41d8403717e485d3b83e57504113d2937c2ed5fe39e 1.24 MB 2,732 23
619,460 619,460 00000000000000000007dc51cace3f9875ceb57a1ad206d6d86ed734c225996f 0.48 MB 1,183 21
619,459 619,459 000000000000000000079cf64fb2ef95ae3c6be56f66575bf6b28cd48372eccf 0.31 MB 760 17
619,458 619,458 000000000000000000061c71fdfe041ecc064452ae00d5659b8752942d99ffe4 1.03 MB 2,446 18
619,457 619,457 0000000000000000000d82428c6338cde75f44a8a3090b13ddef64b2d79d81ff 1.29 MB 3,109 21
619,456 619,456 0000000000000000000dfe6595e60f7f06d1a14cc7211c4af3000d3dc68ad741 0.84 MB 1,943 14
619,455 619,455 00000000000000000009f5a42f8f371dea4cbb25c94fca0128552c947eade306 1.25 MB 3,340 12
619,454 619,454 00000000000000000009dd7b8a5eb875f7a18d7f9faad6bcc98a2b41a49ed33b 1.29 MB 3,110 26
619,453 619,453 000000000000000000041b989b73217347e6e92511fd825dceee8dc7b210c1c0 1.31 MB 3,541 12
619,452 619,452 00000000000000000004587514cc7ab23e5300b2ff10f5fb36a9a4148de7b4cb 1.28 MB 2,671 13
Previous 10 blocks ↓
Total Size: 769.06 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,627.89 GB sent, 93.18 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.