Memory Pool Memory Pool Refreshing

308 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 303 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (376,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,899 530,899 00000000000000000002ca43c47f3a67a10ee6ee503e2cd1e762ce8deb754d8d 0.36 MB 889 13
530,898 530,898 00000000000000000024622be771eb2916d327c6aaf661d3f3be46b7cd640b5e 0.01 MB 44 7
530,897 530,897 0000000000000000001773e3da0347248a5905b29b7010b2829aa5f7a60436f5 0.81 MB 1,378 29
530,896 530,896 000000000000000000163275b1eb63064d5ba99a6335b1542a1edb15280a7fdd 0.23 MB 581 23
530,895 530,895 000000000000000000253e9c0d6f05001a5e2a45210b20b8329d132caa2f5d55 0.97 MB 2,408 26
530,894 530,894 0000000000000000002cfa5900b203cf043300e88d82e2dad5114b5e4e2df9e9 0.04 MB 108 42
530,893 530,893 000000000000000000201dd45f56eb4d93471ecda7fa5d912b448b4533794cc4 0.32 MB 898 26
530,892 530,892 0000000000000000000609f96eb9c9c820adee9bd7d884fe6fba71351ecc25d9 0.25 MB 724 19
530,891 530,891 0000000000000000001f812ed55a21797f1ac78daf4994042dbe9fd3d2816e4e 0.10 MB 290 23
530,890 530,890 0000000000000000001dbed76e58e4e2ff54e86414985bbf917045f2b3ab8979 0.40 MB 1,060 36
530,889 530,889 00000000000000000004927909861526c02ec161450122fcad70ac689b3010e9 0.79 MB 1,237 2
530,888 530,888 0000000000000000000f4be6f19d72d0612dd88e7e7d1889c4a5947a524d2cbb 1.12 MB 2,518 30
530,887 530,887 0000000000000000000f53c2f354421873ce91cc1cdf1b2b3c206483ebf4226d 0.86 MB 1,684 6
530,886 530,886 000000000000000000210ada3f723a03cd7136db8e0cd149821425a3c24494c0 0.31 MB 675 20
530,885 530,885 000000000000000000199917ad8c6fc1327a31eaca6d02824deac2df34c87c7a 1.11 MB 1,924 18
530,884 530,884 0000000000000000000e55fbfe58b39b0f573f1cc280f0ca8a490eefce2fc716 1.09 MB 1,514 27
530,883 530,883 00000000000000000033937b71f06ba6c4d79958da9a5a655be8a59c51c654b4 1.02 MB 863 73
530,882 530,882 000000000000000000091a4fe2d092f3f19fe7920a54fc07e9ee212f5a44a545 0.10 MB 245 25
530,881 530,881 00000000000000000033015e1d19d23c52fe23c4fef87f7a0382f80bd6a0c3e1 0.31 MB 742 24
530,880 530,880 00000000000000000001b323cafa89e1e56a2d69f732887b4222200949dac2a0 1.14 MB 2,490 20
530,879 530,879 000000000000000000302e53bffac7d111515e0d4b55571d68e855741999abe2 0.30 MB 684 16
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.