Memory Pool Memory Pool Refreshing

2,697 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,686 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (526,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
381,407 381,407 00000000000000000dbb2008df86f7f05082e24f3cd1f7f2cd762f467801199d 0.80 MB 1,651 35
381,406 381,406 00000000000000000d258e8e99d58e7b9f02ae3f47b0ff347ed25cd4d1e008a4 0.93 MB 2,309 42
381,405 381,405 00000000000000000a30ff4ad7b72ff8023d5d73b40d32b5a5d6ffcf294f1bb0 0.75 MB 1,630 37
381,404 381,404 00000000000000000fac1e208937b975c18633af6e89e33d8564e3121b92ad71 0.25 MB 205 15
381,403 381,403 00000000000000000f8144d935321d18d14465c7617c04140418383aebfdc455 0.29 MB 521 32
381,402 381,402 00000000000000000b0e6210d58058d293205b4b8decb49e27e76586cad69210 0.67 MB 1,421 40
381,401 381,401 0000000000000000010f5e20f8d2e4b1ec9c9fa9da66394b5a05ccab60f88e1b 0.28 MB 519 24
381,400 381,400 00000000000000000c08b4c0324913fdf3b74f1a1a8df51bef08401fc34d8821 0.30 MB 364 18
381,399 381,399 0000000000000000103db770f2e6ec757fbc8574c471350679ae816a924a8ed9 0.75 MB 1,607 40
381,398 381,398 000000000000000000ef85c67c448567553d1f15e3272dd9abcead9023e6ce41 0.25 MB 377 27
381,397 381,397 0000000000000000083f5cc2a70f926a27f5c6245173e980a3652bd2592d3e7a 0.71 MB 1,109 35
381,396 381,396 00000000000000000c8faf85d186ea21f2f3d0f3a7ed8125cc6950870715edae 0.65 MB 987 33
381,395 381,395 000000000000000003987eb1c0cbcdd69e6e94e8c524cfcabf1f761b59e57dde 0.84 MB 1,223 32
381,394 381,394 00000000000000000b8d56b69688fb9f74b85928ac8befdb1002214da0921ea5 0.24 MB 318 23
381,393 381,393 00000000000000000d78e530abca29216657ac1820e8c2cba7cf50a3f510750c 0.89 MB 987 24
381,392 381,392 000000000000000008d4d7bd236abe5cf4e3a2e3bf8e250440c71218b9fd3feb 0.94 MB 1,256 28
381,391 381,391 0000000000000000092ffb868ff71fdb5af4ea0b35b176fdce45a232e4a56a47 0.64 MB 634 22
381,390 381,390 000000000000000010ef954903707ee498b967ae58cd7b4b12ebd8ffb58e01aa 1.00 MB 1,676 33
381,389 381,389 00000000000000000498b920f44888279f4fb6415778ff29a56bbcf9123a8a79 0.89 MB 1,406 27
381,388 381,388 0000000000000000077280c90677c4de9f85accf92c4a6c58ca52a4d48f26ee7 1.00 MB 2,182 44
381,387 381,387 000000000000000000028656938a1ccdd07417c41d068ae5de954240ae9810f6 0.99 MB 864 12
Previous 10 blocks ↓
Total Size: 769.05 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.43 GB sent, 93.12 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.