Memory Pool Memory Pool Refreshing

958 transactions (0.29 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,014 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,013 (829,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,995 79,995 0000000000014dd3d3d1e8de2d64b49c07083461939d2d496ef9a0c9202b1cea 0.00 MB 1 0
79,994 79,994 000000000016c1627727424341fb866a281651c4a36af3e5812f29dd65ffcaf4 0.00 MB 2 0
79,993 79,993 00000000001d780aa8010baf1a742d012be4b6577b448cdf355d1ed82450d24f 0.00 MB 1 0
79,992 79,992 000000000026901e83163f36aaf591033452e913a44522051fcfae71c6ada022 0.00 MB 6 0
79,991 79,991 000000000009a63852958bc0ab0fe334dfb35157ba81d53331f5e4cc9d547848 0.00 MB 1 0
79,990 79,990 00000000000bd7348805885b5e736a00d845492b75950965c5089caf8d1e0851 0.00 MB 4 0
79,989 79,989 000000000012e4e55af54084af1ffc9d6a48f45e418ec6295931465277f5d9e7 0.00 MB 2 0
79,988 79,988 000000000016c8c7d7edab3604f76e6ae799d46c9f25cc456a3f9abcab747cee 0.00 MB 1 0
79,987 79,987 000000000045c49a2ac85835d3099f7debb33ba39b4b6d4099a2f27ae8917afc 0.00 MB 2 0
79,986 79,986 00000000001b3511256ab966b9c4e8194a9b3ab0e253663b59dcace6cd78571c 0.00 MB 1 0
79,985 79,985 000000000055014936050e354dee77acb9f0f32fd7f97b2edaff236ed77bcca3 0.00 MB 3 0
79,984 79,984 0000000000420521ba8a95ea524d02b9d0ef5fef7af72972af2b59084987f13d 0.00 MB 1 0
79,983 79,983 0000000000031a2408cdb902b7df87fb1e73a6ff5272b23090781c8f50140153 0.00 MB 2 0
79,982 79,982 00000000004b04f21502ab39e699a47e880a56f792adc2c88d735511ff67b4ee 0.00 MB 1 0
79,981 79,981 00000000001f2629d3ed1b92233c1808c2b3bf1307f6657119e12d7f514b0a53 0.00 MB 1 0
79,980 79,980 0000000000210963566172088dc6c50b23a8794fbe92a1247c8ba6370a25494a 0.00 MB 2 0
79,979 79,979 000000000002a7b88b9ba97ece8d6df04c68d102ac6d5374d4822ab9cff150a1 0.00 MB 1 0
79,978 79,978 000000000018ff0d3b5d9dc048e91eeddc6a1ebb74e14cf017a14d47ef9419ad 0.00 MB 1 0
79,977 79,977 00000000001c030d4e916ffd09387312e23fab7905244669b30b019713dcb31c 0.00 MB 5 0
79,976 79,976 0000000000234a26e0b2171de434eab72bed34f695ae5a3058de3f4d65d35359 0.00 MB 1 0
79,975 79,975 0000000000523fa660211f31f47133a116d933399aef3f2306be12bc7d764268 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 108 incoming
  • Data Transfer: 1,868.34 GB sent, 105.30 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.