Memory Pool Memory Pool Refreshing

9,527 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (848,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,909 59,909 000000000e5c7a971ff762073bc2bd3815cca920b74a35349360f3fd989e0349 0.00 MB 3 0
59,908 59,908 0000000000adc9fd66198ccaafcf018a538291a49d756cfd67abd4b3a5dc1c60 0.00 MB 1 0
59,907 59,907 0000000001ea9ecc31d577bafde43b271e8fdb78155b6cc09aaedb98f55752e3 0.00 MB 1 0
59,906 59,906 00000000067e1ff1e0f7d84c0bcdb1406b5b39141fbeab92538da277f1d02240 0.00 MB 1 0
59,905 59,905 00000000039d5e70f12120d5cc3777ccb688368c25363c016254bc410845d695 0.00 MB 3 0
59,904 59,904 00000000084c807a88e18eabc70938246068de08eb74b69e7d42e86d23572005 0.00 MB 1 0
59,903 59,903 0000000006bd5a574d31afaff5b6d4d1a34f93c96951bac1d6dbe0cc0e9001f5 0.00 MB 2 0
59,902 59,902 00000000027014c5a1e44224ffb1a5602500532297a4f64394984b2a44c2ce8d 0.00 MB 1 0
59,901 59,901 000000000d8102afeb79377dd9284a687e0589eba9919afa680a772f24b2a99b 0.00 MB 1 0
59,900 59,900 000000000d4533b0a1560446e1a6aa9767cba71892da93c06e24a9194661b129 0.00 MB 1 0
59,899 59,899 0000000006b5e0bb0750b149e130137ed5f8c2d650a82fe4879f63c0d3f27eb9 0.00 MB 1 0
59,898 59,898 00000000032a76c121e9e5643949cd341ac2fada0f9118295d5d8821f3107a2e 0.00 MB 1 0
59,897 59,897 0000000006470dcd80a942468ab6452799d8ddff8d4cc769b948d5dc3be44937 0.00 MB 1 0
59,896 59,896 000000000ab44a422865d4ae4011d98f4dc1b43ee1057d9d860c96219aa5f0ba 0.00 MB 1 0
59,895 59,895 0000000005482d540c4cb2de324aa21dc513483e1423b65197ad21fa1ff0b19b 0.00 MB 1 0
59,894 59,894 00000000055163ce7a95110db33c88b32945319a67556a96d8825b6e95f544a8 0.00 MB 1 0
59,893 59,893 000000000ea799d502122b752c5f85fcd824cfe934a49b5595321aa2a9da37ec 0.00 MB 1 0
59,892 59,892 000000000b1ba2e01b210c8917b5e1987998bf2a2171705e5984cf334192b754 0.00 MB 1 0
59,891 59,891 000000000f1d74319b5979669895aa116810a591b0c1bd6887080500e378c034 0.00 MB 1 0
59,890 59,890 0000000005a505b16b922e4688dda81add9616027f90554ab7537586c54b416e 0.00 MB 1 0
59,889 59,889 0000000000941c83d7936c6059c8bac042644062481ee16dc303eed96471fb66 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.53 GB sent, 100.87 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.