Memory Pool Memory Pool Refreshing

5,045 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,253 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (57,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,901 849,901 000000000000000000010869e41dd974d99c3ac4b903075c3fbddadc1373b4e4 1.59 MB 5,591 9
849,900 849,900 00000000000000000001ca0dff9e635ccc405d7ede8ad075e81b1e544dfd8651 1.65 MB 6,686 8
849,899 849,899 000000000000000000035463a1b6f16a54c981fea4fc381a2c322825ad04430a 1.68 MB 3,265 10
849,898 849,898 00000000000000000000a94f338a85b5ec261b19dd03dc6ca29f2153bef81c46 1.44 MB 2,777 12
849,897 849,897 000000000000000000002cd3b973c539009a2a4c704fdd4e85af7b87babcda2a 1.58 MB 2,848 10
849,896 849,896 0000000000000000000354aa36090aba963751cb3aa98d975bc40b1f0cc3fa92 1.55 MB 3,092 18
849,895 849,895 00000000000000000000925dd2f7588a188c5b53c67c7e58f5dc1193fe1f7a3c 1.81 MB 6,092 9
849,894 849,894 000000000000000000007c8ff793dd3457a75cf3c7c91379f56a3bf105fbdb0e 1.59 MB 6,768 8
849,893 849,893 00000000000000000001fdb331baf078390a79a9f44b28d9d7dccf7f7b789c8b 1.59 MB 7,511 8
849,892 849,892 0000000000000000000173793d042b449bca6d2b2a981f327600363e1b161669 1.69 MB 5,182 9
849,891 849,891 000000000000000000022b05d3e7c01fb8ccf70d778786a096ce8c3fa362f9a8 1.68 MB 4,281 9
849,890 849,890 000000000000000000003ed277f0cbbc0de869a35aea7e7b7fdd1f38278d60b9 1.68 MB 2,581 15
849,889 849,889 00000000000000000002ab384e9e23393848cc8519cb1e06e5eac3772c1de8eb 1.77 MB 6,743 7
849,888 849,888 000000000000000000025f54b91de0044fcdcbfaee533f141342fb80404c6804 1.66 MB 5,434 10
849,887 849,887 00000000000000000000bca15456eb69b7a2a385f6fddccd1a595052ab51dc88 1.52 MB 7,615 7
849,886 849,886 000000000000000000008b17a19d6c2f8bfc27dfb827bfd68396b561e9c48268 1.79 MB 5,402 8
849,885 849,885 00000000000000000000f1e36f80a029276d02e49563d5d4b5e15bad078a8a59 1.45 MB 2,788 11
849,884 849,884 0000000000000000000147eba3ff17ccc705b72d1d4b35d04728ecec44c64461 1.59 MB 3,149 15
849,883 849,883 00000000000000000002898d6ae7005edc2fd12646b5ea42c3fb2582c2fa439d 1.51 MB 3,087 20
849,882 849,882 00000000000000000001d5a378af9b865dc5f2184a9d965ec6a28c9ddff1f66f 1.62 MB 6,585 8
849,881 849,881 00000000000000000001e7676017fba7ed0d8c0acdc8653e6c8acb5a9c83d825 1.55 MB 6,431 9
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.