Memory Pool Memory Pool Refreshing

17,490 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,381 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (726,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,671 181,671 0000000000000784f76bb5ce123146221cca578c523ce9661233ba75f3115349 0.03 MB 57 67
181,670 181,670 00000000000001f148647d7bc65054fece30a35fd2b3e63c121ebf146b84cfec 0.05 MB 161 97
181,669 181,669 00000000000007d4211b16d2b4d9a6237eb95064a4d7606e726226e62137d759 0.03 MB 78 141
181,668 181,668 0000000000000214b9e8f0345128639e1445393344c098635851543a3c26429b 0.06 MB 96 85
181,667 181,667 0000000000000a896119168f881e0552b37b73f2a01442eef7c2f1e0f60a56fc 0.19 MB 530 181
181,666 181,666 00000000000006d5016611e2818ae1183726fd870423054e53260c9be0344bb3 0.05 MB 139 107
181,665 181,665 0000000000000574e123e3ee46e14d44757ed4f4a4328afcd2568927323c948a 0.01 MB 18 79
181,664 181,664 00000000000001850f76ae814a76555329e322f270cbfa18ccfc630df9e1526d 0.07 MB 163 122
181,663 181,663 000000000000007af53b727d5268de04459958ad6a4840c83dbdaa786a17eec8 0.21 MB 539 157
181,662 181,662 00000000000008209e4cb7c6282e6175908a8ea2fd913f531c4285c8b9645fcd 0.08 MB 177 101
181,661 181,661 00000000000005397a74a601599e7094111b0bdd86ee8525b0e79024fddcbff3 0.13 MB 368 145
181,660 181,660 00000000000000139a59139d5583d4fbc5992272a99cd73112b42b0bc5013bed 0.05 MB 144 111
181,659 181,659 0000000000000112ea0378013415a2edd994fd373ff3ac4aa127355ff8b929d8 0.09 MB 191 110
181,658 181,658 0000000000000296525581a46a71233bc41e178971a3cfc70009b5d10ab56842 0.05 MB 138 131
181,657 181,657 00000000000002b4b02b566040b11102ff0d2e43fa2f36048342a65f824c67ff 0.27 MB 512 99
181,656 181,656 00000000000000d8eb03bc6a834f8e291a44dbb707ec62e7bcae0ad9613e9d33 0.25 MB 619 154
181,655 181,655 00000000000000e0386cfa4504a72935e09e16e1a07e19a5a2798d03d3e25282 0.10 MB 313 152
181,654 181,654 0000000000000912721078204b8f14391b1bdc03a406991c02a7538d8f4ae3d6 0.00 MB 17 12
181,653 181,653 000000000000077951b658b98c07c8a1c3fdcaa52feebfacc454d4968f6c2822 0.18 MB 512 160
181,652 181,652 000000000000079590bf01d3c7d0934dfe6ae7e851b5241595e35d2a697eac27 0.05 MB 118 178
181,651 181,651 0000000000000860eed614a8366ab69605ccf0c2fbbee982a4730ff62af95427 0.09 MB 200 138
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.