Memory Pool Memory Pool Refreshing

1,229 transactions
25.25 vMB
Show Random Selection Loading Transactions
Max Size: 102/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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (888,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,872 19,872 00000000ce7fb5d9bb09842037a17bb3c4ac9ed55705c090e690bb824178ffa4 0.00 MB 1 0
19,871 19,871 00000000a1db1583fe3760a2034cf5db858ab6281f1922ebaf79c2dc349211e2 0.00 MB 1 0
19,870 19,870 00000000c68f8979d8a1ee02a496a65185c8b90c2c0d927b984bb7495c351386 0.00 MB 1 0
19,869 19,869 000000005b2db2e837d05465f61ed7a90e31c918e258c8713c07fbec9dba661f 0.00 MB 1 0
19,868 19,868 00000000d23cddd1cc2753c36af2c54bc5f24a5d11ad870540f8aea16690190a 0.00 MB 1 0
19,867 19,867 00000000e10ffb0e299357bd325a9d05bb1a3dcd19de63824db271addce0e3d8 0.00 MB 1 0
19,866 19,866 00000000d009552486cef6aeb10fc61239599c65a564d6846b36148b2235761d 0.00 MB 1 0
19,865 19,865 000000008cc8f37ac55afee8dbf39f3cb80656a8f117857f060b412458594dad 0.00 MB 1 0
19,864 19,864 00000000c57224c82f22f92c40ae46cc99761e0f36bb81d2f52d33a2f70a03d4 0.00 MB 1 0
19,863 19,863 00000000a2c8e86230ff39d8ce2e61a97d619c3d94d834ff1db18c5d94cae238 0.01 MB 2 1,005
19,862 19,862 00000000e7cc7bb7253552932ad1b39843307767a0338e46a946034f65f514e8 0.00 MB 1 0
19,861 19,861 0000000078452f0dafd9912702444fcccf65a6aa8e8052614b321e3a106b0798 0.00 MB 1 0
19,860 19,860 0000000009d5288e46f468efd56202eea8abb53598ac1a2d9598ec998c7a56e7 0.00 MB 1 0
19,859 19,859 000000009d4aec610a19ab4dd05fe73ea90d57984e7c10139be1d6a28c3315a2 0.00 MB 1 0
19,858 19,858 00000000ec6b1386037732f3b319021fb2be04085e916a7b29dddd667c5d9fdf 0.00 MB 1 0
19,857 19,857 000000001f80e8fde776c86db3d30118e92e475d6e626786ed94e0d1f523e0b2 0.00 MB 1 0
19,856 19,856 0000000098837de085e25f73ca8f5ece798a9962583cc984dcb0c93aff5d63de 0.00 MB 1 0
19,855 19,855 000000000f5553d2dcec0f2579e03e762fda11c5077e0810afbc1423bc218abd 0.00 MB 1 0
19,854 19,854 0000000074c6937a7148b1ff79067d28f4ac976b02f8ec8422742e4d786de891 0.00 MB 1 0
19,853 19,853 00000000847e7a1d51394f148ac9fcf6a2058acd06e48e7e2bf4c7ae7f60202b 0.00 MB 1 0
19,852 19,852 00000000c8f7608ddcd54381dbe9bbd7d36adcf63b286368c1bc95e59463ee47 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,698.10 GB sent, 98.59 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.