Memory Pool Memory Pool Refreshing

274 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (812,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,514 96,514 000000000004c5807c6150cb742acd0caf111803fc9450efe7a39dfc83e8f123 0.00 MB 3 0
96,513 96,513 000000000006a62143ab7b3224fa7d2f433fea616e359116fd1c15ad42fd2a42 0.00 MB 2 0
96,512 96,512 0000000000079ea96e92ee386493d66843d21e93e542ccc6def30a8ae2c423f4 0.00 MB 2 0
96,511 96,511 000000000002a78ce89842ff0a4e4f245107d1c45eb3623169dc19c6ad0977cb 0.00 MB 2 0
96,510 96,510 0000000000026430fbbf5760986c9e842a74041fd13677e6c88424588ee978f2 0.00 MB 2 0
96,509 96,509 000000000004ad58c6d9747bedf9889e6922a05f6c7a1fbc87d10129a4719d4a 0.00 MB 1 0
96,508 96,508 000000000006d7fb6ea7d0ac5a7e57fbe3682376d0ab0efde5472fe04a0d7087 0.00 MB 2 0
96,507 96,507 0000000000014f9d306f416f3286ced3800392869dc5c692fc297fa1e94928bc 0.00 MB 5 0
96,506 96,506 0000000000004ab692945cd2c9f1e320827c9bb91dfbfa3de203e2e4416131fe 0.00 MB 3 0
96,505 96,505 0000000000042ff0679703c38d6be93497d56aee4d6d56cabcc871f480b60298 0.00 MB 1 0
96,504 96,504 000000000007a3b0397485a3a3ca86e032702eaef19241abfda699462c030d35 0.00 MB 1 0
96,503 96,503 0000000000004924cc2d133e6112726f86e388370aaf11dd54db25ed2cfc0b4a 0.00 MB 6 0
96,502 96,502 0000000000034d18785fc0b16c84363e2b2464ef84476e526599004a3296450b 0.00 MB 1 0
96,501 96,501 00000000000215df16c04334e24412d50b5ea086ad5934c22e1e374ac53f6d4b 0.00 MB 1 0
96,500 96,500 000000000007ade4492162553535806069439523fb43f13aafd75c0bb20685b2 0.00 MB 1 0
96,499 96,499 000000000004e800ea29e955e38c6856378748a919d98fc3bce1e77b6b665c6f 0.00 MB 2 0
96,498 96,498 0000000000032622e0ebd7053ed764e216d53f9f8f6430fdb287461e2481a5ae 0.00 MB 2 0
96,497 96,497 0000000000009e2b5d62f8398720356040d8393fa00ddc675403ea406f070bb4 0.00 MB 3 0
96,496 96,496 000000000000a4e1c47b29657981828858d756407f147ab0686c5f3676e13ed9 0.00 MB 1 0
96,495 96,495 000000000005748466d34e18d64bf5b203f06a1efc5e25d2085f99f04fb98ca6 0.00 MB 1 0
96,494 96,494 00000000000464f3a974b669c36c745036421f5b6dce98d6ef3a6d26f298e409 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.63 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.