Memory Pool Memory Pool Refreshing

577 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,652 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 569 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,651 (844,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,982 63,982 0000000001a4dfdb89c4bad6c68f2f725bc0925fd62eda42c6da6a15d552f531 0.00 MB 1 0
63,981 63,981 0000000005d84239293cca0e77c2a8f219f1a804d5bac893b07de090d7522df1 0.00 MB 1 0
63,980 63,980 0000000005a1ea987e2d3ddaa3bcf89810c6d08d0d81725d88b436c4f5b52ea0 0.00 MB 1 0
63,979 63,979 000000000b1bcc3715eb738d4bdda806c9bf73d4d35779850268c6425e28421b 0.00 MB 1 0
63,978 63,978 00000000004423d07334cb874471c354327ffb49451fa8dffb3f83a3454bfa3c 0.00 MB 3 0
63,977 63,977 0000000002be8a6a656ca39cf4c404447441ee1903d7d0fad1aea0d7e7eb01ac 0.00 MB 1 0
63,976 63,976 000000000433c5198a769826853b1bd8d1dda1be112e9efd3f95e5e633f71849 0.00 MB 1 0
63,975 63,975 000000000d25f4ba1ea704a3028247435decaa2cd88e09ebdbe0ebeede52c976 0.00 MB 1 0
63,974 63,974 000000000c5f4e3e8516c6e9f6a94a24804e2e9c453ea2381162b3c68ac11879 0.00 MB 2 0
63,973 63,973 000000000c8dfc0927a942d1cb73e38f839067c14730890725c2ac26122feb69 0.00 MB 1 0
63,972 63,972 00000000094c1da68ed8283f1693dfb379f1f0e56753974eff6384bb1b596d57 0.00 MB 1 0
63,971 63,971 000000000c9d3f74403e178a6331689b6596a979c7cdcff41246cfc77fb3fcea 0.00 MB 2 0
63,970 63,970 000000000bc9b8bf80df54daa4135eafab1589bd85b31c8f12fea6a9b85e034f 0.00 MB 2 0
63,969 63,969 00000000033ac0c44eab9660a28a5403d460279887d4529e0ab4ccdfa06ce6b3 0.00 MB 2 0
63,968 63,968 000000000d24211bf2b39a577c503089945a9597807830826d9f1003d3572738 0.00 MB 2 0
63,967 63,967 0000000002c17ed7aef083867a359af8e3ed690c82e373b9bc3f95e170793779 0.00 MB 1 0
63,966 63,966 000000000121171ef8352d7eee22920cc80bb8b055371b30a2239788d73b7bad 0.00 MB 1 0
63,965 63,965 0000000000487fed6b119054fbe6273d0a3ded1548e4372fc67e7d030f06b197 0.00 MB 3 0
63,964 63,964 00000000095a7f78c0e43579c782986ea1765a2da1ea3305e4ac6ff9effcea74 0.00 MB 1 0
63,963 63,963 000000000084c1ab525ca9861ae6ce8675e6f9c4c6ac0f3bfcdf79d58cfd48da 0.00 MB 1 0
63,962 63,962 00000000052ddc5dcdfbbd6ad36954922730c0199d52382b831c504775bc67ec 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.47 GB sent, 101.46 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.