Memory Pool Memory Pool Refreshing

6,526 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (604,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,181 303,181 00000000000000001e1cfe64f84fa2f97d6458c6d4692c7c6e13b806a4a1795e 0.38 MB 597 31
303,180 303,180 00000000000000000e730eeb020ec0500b3c72270f5dd8b180d21214b511c222 0.03 MB 26 7
303,179 303,179 00000000000000001f02df5bbf47c61d5cfd156c98317eb559fcbbefbbc24189 0.41 MB 643 27
303,178 303,178 000000000000000027c1ef1097fd64ff83754ba91d6c5b883cace9a67892719e 0.08 MB 45 7
303,177 303,177 000000000000000004763a931715ab7b1456f4795683f48867a7bb84e8ed8959 0.29 MB 566 31
303,176 303,176 0000000000000000236049cc0c9d3ed26fc4f417d3d387631521dec23a2b8e8f 0.18 MB 326 31
303,175 303,175 0000000000000000113c6c418d04f274569ffc2b3628df5737c4557c6152c564 0.33 MB 315 19
303,174 303,174 00000000000000004ea0875bb7fc206d68022fa49939e3acf80b8e72a202fecc 0.35 MB 838 40
303,173 303,173 00000000000000004dea9be130d17f0fea9d528bd3b0e77ac40478640294e97a 0.07 MB 122 33
303,172 303,172 000000000000000019c4d970f441b05283b43d47f1e270bd93496dd505e30474 0.17 MB 140 12
303,171 303,171 000000000000000013a52f429843dd2053bc86485d68830e81ba8c9b127ca871 0.35 MB 489 25
303,170 303,170 00000000000000004b240e88754f5a38060b698ffdd82b935a13405f08e75e9b 0.25 MB 634 40
303,169 303,169 000000000000000054040b714457333d3e58cd7ea63e0c7130aa2362c893f75b 0.35 MB 785 34
303,168 303,168 00000000000000002d59e1247ebc412e42226cc976275e293390629349dd2e71 0.90 MB 1,667 33
303,167 303,167 0000000000000000460c069e7950a6e7bb38c58dad80296a4d2b573fbc95aad6 0.30 MB 582 30
303,166 303,166 00000000000000004695d094c9db1b7ff9d8c23fb7583c57320d944516034470 0.49 MB 510 23
303,165 303,165 000000000000000036c9af2459ef3acd2f895d2e56a09fa3548a9fe071f1e711 0.25 MB 716 49
303,164 303,164 00000000000000000292e8bec153ac8c2132ec210f8ebe7124abf43885d582a1 0.50 MB 504 20
303,163 303,163 00000000000000004124064fbb7b379c6a7c76f47114e45e128e46b00dfcca11 0.35 MB 983 55
303,162 303,162 000000000000000040bfff6b543d50ca468b4165a80b60e8779b429834c6049a 0.72 MB 1,087 32
303,161 303,161 0000000000000000383df2bb24161217572a792b87af8e902f089b3c177bd8a9 0.35 MB 768 36
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.