Memory Pool Memory Pool Refreshing

13,690 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,708 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (6,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,918 900,918 000000000000000000007f8d9b96debb5a7cc8c567f9a5c4059b4093d43e7c89 1.58 MB 4,244 2
900,917 900,917 000000000000000000011a65649f235d50fffc96668d5745f193d845f96e3814 1.43 MB 2,978 1
900,916 900,916 00000000000000000000bbe9fa441fd053300cc10432f18613abd0751c3b0319 1.72 MB 1,905 3
900,915 900,915 00000000000000000000a40fe3029569c8a33c683be9b0bad37fa409f2329ccb 1.76 MB 3,610 2
900,914 900,914 000000000000000000014bee7bfc8f2a1b9dc4a3fe2fb1a8debda80ab2deed1e 1.36 MB 2,133 2
900,913 900,913 0000000000000000000138e4e05a473f0162ce377c284712f8bdc01a7c35bd13 1.63 MB 3,617 2
900,912 900,912 00000000000000000000649c4029cb45220d16e5b971d58131cd11a868b95b61 1.60 MB 3,393 7
900,911 900,911 0000000000000000000037f9f8f116d429b34450bb41920bf4643a22d0896679 1.51 MB 3,315 1
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
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.