Memory Pool Memory Pool Refreshing

4,008 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (107,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,042 800,042 00000000000000000004ea03f3ebda3bd8594f3e5c7ed71a949a9fde612f1328 1.47 MB 2,856 33
800,041 800,041 000000000000000000010d5557a4e4df5fedb833d839d069eacf4ff15fe6bb64 2.01 MB 5,967 6
800,040 800,040 00000000000000000001051e4216f15a900a43112552586f42a2d6b78023fd0f 1.78 MB 3,968 17
800,039 800,039 00000000000000000002c5ef2d378c8f3b1d60b2d9357b26819116b606a7502f 1.61 MB 3,654 14
800,038 800,038 00000000000000000000150884f9bb9db4866690b4f8f8aecc8ccf975bb6740a 2.11 MB 6,536 6
800,037 800,037 000000000000000000033ef263f4341cb6f35a668f575168ac2efe9de476cd4d 2.04 MB 6,112 10
800,036 800,036 000000000000000000003518926c7f074c27808c7eaffd9051d0e6f1f23ebc6f 2.02 MB 5,997 6
800,035 800,035 000000000000000000025ea2042ac5ccf6ccab769f2ebe8a5a484ccf07e37ed1 1.98 MB 6,067 8
800,034 800,034 000000000000000000000a594cb8db171324591982bd87a90bcd182071077189 1.86 MB 4,861 11
800,033 800,033 0000000000000000000025b88c3f4cd374ba4c448cc19d0501752498051d8e78 1.79 MB 2,875 10
800,032 800,032 000000000000000000024392ff7810ab89ff91b3cc03af95dbe116e65ff7ac69 1.39 MB 2,546 16
800,031 800,031 00000000000000000003763b329c60f98078b8c06a1ca5adaa0d0bed10c55041 1.36 MB 1,794 30
800,030 800,030 00000000000000000001ce785b161bb8c1b25c85c538632f26d9637834db9d2d 1.59 MB 3,131 23
800,029 800,029 000000000000000000045fd943ecff32113fbc9610570e8ef071deb3b92db312 1.48 MB 2,763 26
800,028 800,028 00000000000000000003d2b2d8642780d8f26041380e69ad763750e348a62dc4 1.55 MB 3,269 7
800,027 800,027 00000000000000000000709c2016c8257db98f23e2406c386c8801a13d3b66d4 1.62 MB 3,244 23
800,026 800,026 00000000000000000003cf65595677d4a7b828228d7a260f44d68a6e0e5e6b75 1.66 MB 4,030 7
800,025 800,025 000000000000000000000f5d8bd82e12cdfe0762f2ff436747b24811c5943bbe 1.74 MB 3,404 11
800,024 800,024 00000000000000000000eb958eb0a91db0db631248897802b7e1d7889edf9620 1.46 MB 2,935 33
800,023 800,023 0000000000000000000380e64f66acd371d8e64baa5579cfc35c99b156b2a4d3 1.72 MB 2,685 7
800,022 800,022 0000000000000000000229bc39d450ab7eb4924ad4c8a5bbcc7e3dff7456789c 1.57 MB 3,389 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.