Memory Pool Memory Pool Refreshing

4,033 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (6,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,910 900,910 00000000000000000001b5db8fd77d718964b773780d068e066f9690d630091e 1.65 MB 3,299 4
900,909 900,909 0000000000000000000201bad3f93fd3309266fa9267ad8eca41854c4bb41142 1.99 MB 1,506 1
900,908 900,908 000000000000000000010515dfa69a4938f1ff2dc06b3fcc4f815e3ebd5e8f98 1.55 MB 3,333 3
900,907 900,907 000000000000000000012b2da18a21358f0537332c2e6a4429e179ddb04e3b66 1.94 MB 3,079 2
900,906 900,906 0000000000000000000141ff70522dee5040917dfdbe4aaf1fe44f0cf9579fb7 1.11 MB 681 2
900,905 900,905 00000000000000000001bb73cb611a20d3080a0505c112c2bc3269f43c38597b 1.60 MB 2,778 5
900,904 900,904 0000000000000000000177187b52d4b633a7b657a6832157fcdd061f10d42e53 1.57 MB 3,845 4
900,903 900,903 000000000000000000008eb8e614facc47ce12d9f46b519d5baf30b5a2cc5ef1 1.60 MB 3,816 6
900,902 900,902 00000000000000000000c8ec5cb973e8cac4c8f57ffe98ea21f9ff074b3bf275 0.57 MB 676 2
900,901 900,901 0000000000000000000179d95c85308e07a18a1fb6f5ef64031ee4ed19bce229 1.25 MB 1,354 2
900,900 900,900 00000000000000000000a767aaaed99a93114a7ba52014716820907936e3e777 1.61 MB 2,104 2
900,899 900,899 0000000000000000000047dd6853fcf125760a88db450f576477d82718c908b2 1.92 MB 2,511 1
900,898 900,898 00000000000000000001aba29d5919fc66e2157e8489e4ad913044e1da2c55ae 1.42 MB 2,277 2
900,897 900,897 00000000000000000002201f81429c61f56bd1d83837f6e8a21fd6f9cfbcbd5c 1.66 MB 2,976 4
900,896 900,896 00000000000000000000d1b1132365ceb7567b17d4ecf6dcbceb2655182bf407 1.61 MB 2,316 2
900,895 900,895 000000000000000000017a2ae024fcf1981aa4e08a1e9d8ae1c7e4c1d6b29617 1.43 MB 2,236 3
900,894 900,894 000000000000000000003a4544a36c25f3f7b5322ba4d0a8c5e3d4b8837cd293 0.33 MB 654 1
900,893 900,893 000000000000000000019182b6b762e60a708a468da7fc75c7affc70ad496be9 1.57 MB 2,320 2
900,892 900,892 000000000000000000020409bc0514fbbe52c379e526c6ece3bc06a27119233e 0.09 MB 117 2
900,891 900,891 00000000000000000000593304d9fd966d954e592080756bd91cefda40d1908f 1.48 MB 2,082 2
900,890 900,890 00000000000000000000512fef20050dad53c50ef2d4c4b8a088bef934df527a 1.67 MB 3,557 1
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.