Memory Pool Memory Pool Refreshing

4,028 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,237 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (19,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,787 887,787 00000000000000000001f22bf2f46f87258c04bb8aad21189348882dcafb34e3 1.75 MB 4,719 3
887,786 887,786 00000000000000000001ce871adb652dc43054197247c35d94a36fb9bc390b9b 1.58 MB 3,006 3
887,785 887,785 000000000000000000011c82911ee89f88e4ac3dd126de61242206fdd135951e 1.76 MB 3,100 5
887,784 887,784 00000000000000000000986d491b21d8e13d39b2d854d678c0d612745e831627 1.54 MB 3,853 7
887,783 887,783 00000000000000000000773b24b25d6415bda493713453d07bed8b84a9e10666 1.42 MB 1,787 3
887,782 887,782 000000000000000000012c66c33ed642cbe53055f1a07a562be1aefdaceecbe4 1.26 MB 1,250 2
887,781 887,781 0000000000000000000178b58926fa82c59e1b54c0987cb9e92b0e609e920bc3 1.88 MB 2,756 3
887,780 887,780 0000000000000000000067b70e5ea39ba3e146ed59f2c87d6f90585b9dfab47f 1.59 MB 3,057 5
887,779 887,779 00000000000000000000e66a8a995256fe0843b0bb6fe5d73f2325c7fc7bdf0f 1.65 MB 3,572 3
887,778 887,778 00000000000000000002402273ea1fb356cc9de7c1710d366c0cf758f00889c0 1.58 MB 2,808 3
887,777 887,777 00000000000000000001909acf7ab0ab5489d46a51d53f6367517ebf875dddaf 1.66 MB 3,472 5
887,776 887,776 0000000000000000000214b2e7f51165c7aa122a171175f812ce06756bf23087 1.43 MB 2,976 8
887,775 887,775 000000000000000000015be078d28e479edd2836755da2c1aeb192a7bcb49876 1.55 MB 3,952 8
887,774 887,774 00000000000000000001080c1eb1cbafd8099e44aae0d9eb7392793bfb256edb 1.53 MB 3,667 8
887,773 887,773 0000000000000000000123f371b5ea3f7db437c58c2f7eb91e4709b011766899 1.54 MB 1,166 1
887,772 887,772 00000000000000000002779cfd700be983f14c0b76ae324e39da8d40ce722550 1.26 MB 1,262 2
887,771 887,771 00000000000000000001cf4fcc3555040ab5b09404fc5737f5d1607f885a3315 1.33 MB 1,646 2
887,770 887,770 00000000000000000002454accac1a4dc738dbd74460f785fa42f95453fbc762 1.36 MB 2,196 3
887,769 887,769 0000000000000000000108961b05c5f4b76d9ad2a00eaa1fa9447ed42c7db89d 1.95 MB 1,245 2
887,768 887,768 000000000000000000015e496c31f0c856fab42ccd0087958de1c973ee676ee5 1.62 MB 3,473 5
887,767 887,767 00000000000000000001c8637be497f21360da072fe91eab72df60dec54d894c 1.70 MB 3,253 3
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.