Memory Pool Memory Pool Refreshing

4,552 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 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,148 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,442 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,147 (826,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,973 81,973 000000000013935c8ab81ed0b952b2b622a77fb7b8cd937874ac5cca7107384e 0.00 MB 3 0
81,972 81,972 00000000001fea533651df63ae1eb6501b550d17a55ab883591a2d4a927908aa 0.00 MB 1 0
81,971 81,971 00000000001650819c0c119c87ad98256ba77c060c3bbb6ea6aaab646ae48086 0.00 MB 7 0
81,970 81,970 000000000007c289e1eb747e96bfaf866d28cf843902486495e94924a5718dfc 0.00 MB 5 0
81,969 81,969 000000000012fe25d4816baab830203a8312fc3807aeb2f3586e19a32d8be711 0.00 MB 5 0
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
Previous 10 blocks ↓
Total Size: 769.83 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,680.64 GB sent, 97.01 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.