Memory Pool Memory Pool Refreshing

356 transactions
0.10 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.10 vMB 356 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (15,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,924 891,924 00000000000000000001be6c2fcbc5c5949b57d4f9b71aa04c8ec3ac7c5d8f08 1.82 MB 3,363 3
891,923 891,923 00000000000000000001a16a3dd6cc21b314290ddefc64ff1bc0f79ba2110586 1.73 MB 3,720 12
891,922 891,922 0000000000000000000228020d4022bb4b3761128118bcfefd7827f1d481b78d 1.42 MB 2,686 4
891,921 891,921 000000000000000000003e1b409cc6ccac6cb9763f6fd81972d7aa782e3996c4 0.95 MB 1,956 4
891,920 891,920 00000000000000000002493e4420feb843b38a895824b61ffd87cad550ae5627 1.79 MB 4,186 3
891,919 891,919 00000000000000000000c4e325c02b2a55bc23bbf750d5aab8799a6a43b51b1e 1.77 MB 3,699 6
891,918 891,918 00000000000000000001f38f970029437aa370d37b2e45707e11c3c020972d4a 1.38 MB 3,484 3
891,917 891,917 000000000000000000008c6897e2c48476744a32ac64876ce7030936c4f8dd62 1.70 MB 3,147 2
891,916 891,916 000000000000000000017368bbc12b5248c24b86c62e93525c1a13edc859f0b3 1.71 MB 4,112 1
891,915 891,915 000000000000000000008e506b47446dbe04395a0253e03b8a9b58b3ac4c37f3 1.77 MB 4,074 3
891,914 891,914 00000000000000000001dbc3e09880e4d727ff7b19a018335d64ee81886a625f 1.64 MB 3,193 4
891,913 891,913 000000000000000000007f9a367aad6a8379071e42c7f730f44b0bd212a7490d 1.54 MB 3,629 4
891,912 891,912 0000000000000000000188d24d333f9f02a2ec835fac055f1a97fdf663956ce9 1.69 MB 4,026 11
891,911 891,911 00000000000000000000985eabf6be5c9ea32ebda19c26e32991445788f32eb5 1.87 MB 4,380 15
891,910 891,910 000000000000000000023f1b32203bc235ba2965f2cb2b9db4b03702de6848dd 1.84 MB 3,954 15
891,909 891,909 00000000000000000001203fedeb3a617d259557c0169c3187f1ed56ca76ffea 1.80 MB 4,570 7
891,908 891,908 00000000000000000001703c3116a62e18277e63862e6f56f96949346566b332 1.57 MB 3,271 3
891,907 891,907 000000000000000000010989be22277a0c70aff7a0b6ad4c05f635c9f8e6d0d5 1.80 MB 4,195 7
891,906 891,906 00000000000000000000e05739c54b6e38f38007ce8f0f8756ba0c1f5c9faf02 1.82 MB 3,740 6
891,905 891,905 00000000000000000000368a641019188d0b2b17bee17a380aba360a29bc84a2 1.76 MB 3,903 10
891,904 891,904 0000000000000000000109c2ad9d0b565a9c363043dbe5718c82355c78f87834 0.18 MB 407 7
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.