Memory Pool Memory Pool Refreshing

3,708 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,903 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (825,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,968 81,968 0000000000044b8d12437f83287161bbbc7c30418a0aab46261b07e3b172e751 0.00 MB 1 0
81,967 81,967 000000000009dc233259f72e6cc8edf68720fecb5ddddccf6bf01901864ce479 0.00 MB 3 0
81,966 81,966 000000000024d8ae96f1ef767f924fdd55ae4f92918e8ae3d01699e6cacbd3d9 0.00 MB 2 0
81,965 81,965 000000000017f11cc24526c98e66fc535009afb50ab7da6abfa5922e40d8d357 0.00 MB 11 0
81,964 81,964 00000000003a0eae6447896c1c4d28c74a08a2c37fd1bd3bcf0acf735ae045cf 0.00 MB 1 0
81,963 81,963 000000000000b11985ef2ed82171292a03930fa00c7ae413b47d934778e6aa99 0.00 MB 9 0
81,962 81,962 000000000034a23b4657b4c0701c7396c2569aced03b09880f3566ae704b78d2 0.00 MB 1 0
81,961 81,961 00000000004232d427c35f5ade64a22e68d911ec890d87b0e42743ece601a27f 0.00 MB 1 0
81,960 81,960 00000000000e0203bbf0cf5f90846b73bb42374e122451ef7964f9ed61b10864 0.00 MB 1 0
81,959 81,959 0000000000409962f58d7e2422c9f1199e0b013f3e674d20fa706d510f7e47af 0.00 MB 1 0
81,958 81,958 00000000001bd94d27894ab521db03bec6212035a07d86e6458bf70db7780340 0.01 MB 11 0
81,957 81,957 0000000000463523464de89274f98ccc612377930af7f9e32059c66a116dda5d 0.00 MB 2 0
81,956 81,956 0000000000184d1f3e404a0533ede971922b815d773c7ae6bf8255d52d191010 0.00 MB 1 0
81,955 81,955 0000000000436f34e4d4c4c663b42d5b347949f358b792ee12fa6937ca3efc6a 0.00 MB 2 0
81,954 81,954 000000000039dd5161a6f4909d23b8b7733bc9be0bcd7fc7d121b09bb79ba82a 0.00 MB 2 0
81,953 81,953 00000000003be7d53dae94f81aff7bd816c81a923627620c2cae81d829b1f57b 0.00 MB 1 0
81,952 81,952 00000000000615325ba1c3a092571d43a9524814cbaab64f945df36878fe900a 0.00 MB 1 0
81,951 81,951 00000000001701830953540b338ec5ccf2f0bf7083b1ef6a9e669748bce7b79d 0.00 MB 1 0
81,950 81,950 000000000017a463b29b9094886079cd1bd61a8639b4989e76c15e83a3cda1ac 0.00 MB 4 0
81,949 81,949 000000000030da13d725f06b682e0583035f756fe806f91664c98f5da01275cd 0.00 MB 11 0
81,948 81,948 000000000024c8c8fdb5d5162b377d6483d6b5276ac8900994bb49b8ed2c5a0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.