Memory Pool Memory Pool Refreshing

5,122 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (1,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,920 905,920 00000000000000000000f1d4ce6c078b8369004a0ac7ce3ab9de87b6cd97662d 1.39 MB 1,993 1
905,919 905,919 00000000000000000001415866e085731e9629297d65e8ca60026be592d8620e 2.00 MB 2,064 1
905,918 905,918 00000000000000000001047a48ab9e9cb5652ddd77a78a9da03a1e61e846f104 1.48 MB 2,600 2
905,917 905,917 000000000000000000006fa2b46fd4a34c059cdf04c8346c33ad0688a151ccfc 1.66 MB 4,133 2
905,916 905,916 000000000000000000021c364d04eb0c81b8792cf5cbe69ef795e9afe8e0317e 1.78 MB 4,880 1
905,915 905,915 0000000000000000000211b6a9c8a51411de4c2df7b73bc12db933a7ddccfc5b 1.56 MB 3,150 4
905,914 905,914 00000000000000000001347f1b3ab028134af6f82d040f75491979efa2a6dcba 1.66 MB 2,871 3
905,913 905,913 0000000000000000000237f0f184083b3a3fc2dab8a642e71735e03feab1a255 1.54 MB 3,519 6
905,912 905,912 0000000000000000000187048441e37209c9e743088d8271f5873002947806fa 1.70 MB 3,579 2
905,911 905,911 00000000000000000000a0b7d4d4ef75415963cb21b68f554ec5627f20c3cf6d 1.82 MB 3,910 1
905,910 905,910 000000000000000000011b366ac98bfea72080eb34c42915fce51461bf4847ab 1.51 MB 2,801 5
905,909 905,909 000000000000000000006cd22f7961f50f767afe40d7b3a221d51037598a746f 1.58 MB 3,902 4
905,908 905,908 00000000000000000000d339293ed550873da34430be36a0f7bd3017df570cff 1.86 MB 3,798 3
905,907 905,907 000000000000000000018381dc1caa67b51a54a028fce6f62ae2302528faea6e 1.46 MB 2,679 5
905,906 905,906 0000000000000000000021412a94a674f9269b89376ca5acff5f1ca3d5871549 1.29 MB 2,243 8
905,905 905,905 00000000000000000001ca36048f9fad1cc879dd3e8d9f43305ff52614a9b40f 1.29 MB 2,441 7
905,904 905,904 000000000000000000004121801e085d67a6f0f6a1dbe147cebfe61955173804 1.75 MB 4,387 2
905,903 905,903 0000000000000000000205d028fbf664753e6daa6ecdbbc9417f3cd07715310c 1.62 MB 3,694 4
905,902 905,902 00000000000000000000249fec091f84545ddc5b6b2b2238de5cb05f784916f3 1.67 MB 4,143 2
905,901 905,901 00000000000000000001fb69c1ff54bcf672178a07e3d541e144ba01667cf6ef 1.72 MB 4,275 2
905,900 905,900 00000000000000000001a931ea278526fe4f38e6cfabde3a252ee51536c27572 1.61 MB 3,891 3
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.