Memory Pool Memory Pool Refreshing

5,528 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (107,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,516 800,516 00000000000000000000f2bb43fafe4a0aaf444c12a242ce8341c6ccbd38f66e 1.43 MB 3,012 31
800,515 800,515 0000000000000000000104c879895e2b76802f8b119a2d925e92d44e1781e4e2 1.51 MB 3,403 24
800,514 800,514 000000000000000000033b1dcfad57d306cc6a80b053064d4f4f0a250b358dee 1.61 MB 3,611 12
800,513 800,513 0000000000000000000375f3796817999803a5a15fd5d1cdc13725cf6da4f6bf 1.78 MB 2,962 14
800,512 800,512 000000000000000000009b72e24f401e2b1b7b177e3e2b698d8ee74c7a698208 1.64 MB 3,928 20
800,511 800,511 00000000000000000001158ac680d44847435dce9098e2b0529dcd0db7d8b3a9 1.69 MB 4,147 18
800,510 800,510 000000000000000000055516fdcd6f6bab0de555044684cde379033867e1bd3c 1.67 MB 4,298 23
800,509 800,509 00000000000000000002b938a3c1e94830a73df858118567cfbdb1f19f4cf975 1.59 MB 3,915 22
800,508 800,508 000000000000000000011e824bb94201f64417ee1b75436e38fef5e540cddf0b 1.77 MB 3,537 10
800,507 800,507 0000000000000000000020e577b69102b623ff86443a6a0714bfad5952c1dc8c 1.80 MB 3,770 13
800,506 800,506 000000000000000000045f3400d0f6449a442b43797469901a5e0577cbe72f30 1.71 MB 4,167 18
800,505 800,505 0000000000000000000037d0f307054af3d6f65a9e436d2b2443ab2e61dddbda 1.61 MB 3,662 23
800,504 800,504 000000000000000000020ac87c267b5d13a0a05f2406622f6d3e3203189c29ef 1.61 MB 3,596 23
800,503 800,503 0000000000000000000445bb4fe1b1fbf1262053204accfbfe8e8a6a2c989ab0 1.53 MB 2,573 14
800,502 800,502 00000000000000000003b6837084bec4f6d65794f7ee659196908645f7a3fca1 1.72 MB 3,943 17
800,501 800,501 0000000000000000000237b2844f330f22ec8d65ce91da65fed3e8a2d679ec8a 1.48 MB 3,266 28
800,500 800,500 000000000000000000039d7272eb33f621b65c6dffad079ff34ce7c004f40fe1 1.60 MB 2,928 9
800,499 800,499 000000000000000000010ed55fdd0149e4c086553148da516ba4bbcc369e95bf 1.58 MB 2,193 16
800,498 800,498 00000000000000000002c2b7c192c92a839325f39e4257b516299618c0ba3992 1.49 MB 3,373 17
800,497 800,497 000000000000000000055bd5f37d1c2bdd624ce4343c0fc22b878c84ccf4b0de 1.54 MB 2,281 15
800,496 800,496 00000000000000000001434ca05962dae725eafd211cd2f2f1cb64a4aad2e903 1.38 MB 2,378 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.