Memory Pool Memory Pool Refreshing

4,195 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (888,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,029 20,029 00000000d08cdfd39dbcfb21c3666eb94be307e50718eace6f8fff8c855d2511 0.00 MB 1 0
20,028 20,028 00000000c9eb43f2bb0c9fd8bfe0c3ac4fec775c70afc73e65066b1acce2e827 0.00 MB 1 0
20,027 20,027 00000000787c60ff887a0cdc09950f92e2704730e80fd37e7e414b6c489c0c94 0.00 MB 1 0
20,026 20,026 00000000ff31cd6f441a67acb00759ab7b3abb36b45f5485ab3515747e92c94d 0.00 MB 1 0
20,025 20,025 0000000010577196d7be40a706ae618e5105cee16b8ceccb37f51f65d85c0292 0.00 MB 1 0
20,024 20,024 0000000072104244ab64f0a3a3bb918ffea3704433da7a40a810067d1beefe20 0.00 MB 1 0
20,023 20,023 00000000a160d1befcf1f03769e6ceaaaefee43c11778d45984f3f22c7ab4913 0.00 MB 1 0
20,022 20,022 00000000d4dd87be8e30d9ca2b9b5a5be61d3b5347d25eb05019d39657f07944 0.00 MB 1 0
20,021 20,021 000000005ddd04711a907e50fe57fecb9f572cd7995ee8409651ab5ca000cf7e 0.00 MB 1 0
20,020 20,020 00000000ef914cdb2c3f970c1771b23164886b0f1ff3b9c7b5d64dec9d52acb2 0.00 MB 1 0
20,019 20,019 000000003aebbca5f2ffad6a023aa7c45606d1650054235eaec321262f1db652 0.00 MB 1 0
20,018 20,018 000000007cd7e27b9f1ed52ee4331b4f6a976e0e402586b29eefb0aa85cddcc9 0.00 MB 1 0
20,017 20,017 00000000f5b6c1f8ffe49222e011a6e5e7db8f03dbeccd876b472c7e48564a9b 0.00 MB 1 0
20,016 20,016 000000009c759f047959a4663b92c4c3f29d8f305729610cd5f42ad3055f2b3b 0.00 MB 1 0
20,015 20,015 000000002ce8dd35a16df57263169b58559715c873343faf8f360a8a3f1668b5 0.00 MB 1 0
20,014 20,014 00000000adf4c547690d54faf98e657d63e0557a1d1e74a89050e2fd6885b0d5 0.00 MB 1 0
20,013 20,013 0000000048df8df00fc3d06c09bf00c38603a159777dd4e33e7c03435958c99b 0.00 MB 1 0
20,012 20,012 00000000483ffe8df8ca90bffa36b982327196cc4c8770ea50d7616d2f1ce408 0.00 MB 1 0
20,011 20,011 000000004347935f0e6f62600b6d098cd01bc2cc21d1ec9e18b56fb0da120175 0.00 MB 1 0
20,010 20,010 0000000053fac142aeded3138b7fe5d33a6140795b08a6ec83aab0627f181273 0.00 MB 1 0
20,009 20,009 000000008d9f30eb6202dce22b123b1c18f416094efd0c7e47b6139d8af66978 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.