Memory Pool Memory Pool Refreshing

797 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (138,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
768,902 768,902 000000000000000000020ca64ba5bcf98e631375b001cc34e3da75503536945e 0.69 MB 1,247 18
768,901 768,901 000000000000000000046e913e9cfa0cf2c221900c6666e7607c11fa69be023e 1.09 MB 1,892 14
768,900 768,900 00000000000000000003f9d18487e92f1d866524e03637b58622163828bf8e01 1.46 MB 2,171 7
768,899 768,899 00000000000000000003095c72cce6d05f6bed7b7f7294ead0ee4efecc17894c 1.67 MB 2,493 13
768,898 768,898 00000000000000000003aa964aed15f2b1ff008ec9f0769042f98c4705e4da1c 1.30 MB 1,072 14
768,897 768,897 0000000000000000000592d092ef01c53f479451a567ecdb92711414b4bed504 1.43 MB 3,448 29
768,896 768,896 00000000000000000002570805d967938b717820065777eba6153a275df847cb 1.32 MB 2,098 22
768,895 768,895 00000000000000000004f318ec09937003b2ab51c671d2a6ffa0b58b14ec0899 0.65 MB 696 5
768,894 768,894 000000000000000000008d80c5cc04dc038d74f08b47b2e394e8b0760f02a6b3 1.68 MB 2,667 10
768,893 768,893 00000000000000000003241a13b6d80dbb9124021a5aa508e0871b9f1163a8c6 1.66 MB 3,038 19
768,892 768,892 000000000000000000027fdea4c6bde088e8331a20118f0774af5879fba3ffee 1.47 MB 3,293 29
768,891 768,891 00000000000000000006a348dac130bdd071d335e042914726b1e2b41dd19ee0 1.47 MB 3,187 18
768,890 768,890 000000000000000000011a3a684193e10974e0dd126bade47606612942e4ce05 1.70 MB 774 7
768,889 768,889 000000000000000000002c5dd9a40bc4e3640dc8e6000da80cb8db5f5b171424 1.54 MB 1,462 15
768,888 768,888 00000000000000000005c9e4ccc9f5c807dc28e83bf223cd1da2ef4d4c2eece3 1.64 MB 1,925 4
768,887 768,887 000000000000000000046e7b86ff58db83bacf1dab000954ebaae84116b4e81e 1.29 MB 1,885 22
768,886 768,886 000000000000000000052b213de7df3dfb1b999c46a3f75657ae811e032ad706 1.42 MB 2,494 21
768,885 768,885 00000000000000000006f20e76fe1438a3ff19a0282ec609ccc586831d3c9c3e 1.60 MB 2,608 8
768,884 768,884 00000000000000000000c4ee2cc721b9243d3946e9d648c52ff1d484e6b14922 1.47 MB 3,328 28
768,883 768,883 00000000000000000001200b3c09bd6b9291f0651a1dd17356992b8a294123eb 1.53 MB 2,302 12
768,882 768,882 00000000000000000007a031d21eca0aa10d1df386209811be1eb911ae1873cd 1.39 MB 2,700 24
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.