Memory Pool Memory Pool Refreshing

1,155 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,136 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (863,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,908 44,908 0000000028883f79107598fe3d525ed206c866c75eaeec62e9cee558cbf4861a 0.00 MB 1 0
44,907 44,907 00000000080a192fe74a9ca8944724e7b8452178848be679c9b821a6910ca052 0.00 MB 1 0
44,906 44,906 00000000273033e232ee83bbf650bc17f968883ffc992381574c1c055341dd6e 0.00 MB 1 0
44,905 44,905 000000002e92a11a861d5b58cbf8dd89c26845fd0a5cc2e9ef892886a611a72d 0.00 MB 1 0
44,904 44,904 000000000a10a25c1348f55c9e85be9d58be234fee1dd459db86de35be6b5bba 0.00 MB 1 0
44,903 44,903 00000000226aaf03e3a66479b910019452937f89c0518eb0aa65e26a897c2354 0.00 MB 1 0
44,902 44,902 00000000127d6fa21fd186eb1abe720c668fcec8222383c53d72eba968266730 0.00 MB 1 0
44,901 44,901 00000000264aedb41fb79ddded3377e8555f62de18d2e61d48e3fc5b475384f9 0.00 MB 1 0
44,900 44,900 000000002c550ef4d3cdabef75cd91ac0c3af057e25ec66e69b46c496a4d4a45 0.00 MB 1 0
44,899 44,899 000000002805d2b700d438d3a7290d7f9c10b37b452609c7d5e3eef2d19fce06 0.00 MB 1 0
44,898 44,898 0000000002f0590c4572071a01a83fe103195940b4a7016f8e96c7f8e3d586bb 0.00 MB 1 0
44,897 44,897 0000000009a8ce7ed3ccfd340334dec21a5ca3353ca52e8fc9155cb4add7c461 0.00 MB 1 0
44,896 44,896 000000000add3b75bc2ff464c8085d2ddc90a8cb5100f1e20dfde28eddeeec1a 0.00 MB 1 0
44,895 44,895 000000002e25c3188ed2131c681e6e5f2882d43b7843f391df1b470464fd4d9b 0.00 MB 1 0
44,894 44,894 00000000065e14097f6d7f273e41620bd5f9f5561f121c768455b2d975d658a8 0.00 MB 1 0
44,893 44,893 000000000fd6ea7c49cffeb107711b4ac0e4c753853ccd694f15baa4c3c21771 0.00 MB 1 0
44,892 44,892 000000001c987148a67cd6b294e349ef5bd8c3acd1fb09a73d6f92f039ca50ba 0.00 MB 1 0
44,891 44,891 00000000314c75515653739d388627a6eeb5f67f67471a91ad83dc07d50d7ccf 0.00 MB 1 0
44,890 44,890 000000002c049e33c55997c2a09b8b6ac41ca217e0f710bfb256e46a98bbeec6 0.00 MB 1 0
44,889 44,889 00000000161e5c6174284bc8c1da9a1fb8f329d41314aa692e64b5753c0eeafa 0.00 MB 1 0
44,888 44,888 0000000012ad2107a87d6316f2b380bff159cb17f694f752a6749a7f6feee441 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.57 GB sent, 100.53 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.