Memory Pool Memory Pool Refreshing

4,181 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,614 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (729,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,757 178,757 00000000000002a34ae73deeb489291662aaa0af48fe01f02fe48f5c1e5cb1b6 0.01 MB 17 68
178,756 178,756 000000000000070c2de5409436717c027cbee705f091765d2f96d7984c9905f4 0.05 MB 184 25
178,755 178,755 000000000000055cc4447bcb8d7ef0500114747570e13e44bca2f76aae2803ee 0.10 MB 218 117
178,754 178,754 0000000000000ac1c76fc409e3a7e7baeafb1f35027c51833395f789e3099770 0.05 MB 135 197
178,753 178,753 000000000000061781e94b270b0b01d52974a055ebfba920a082aba33316d60a 0.04 MB 102 109
178,752 178,752 000000000000026fa8f1a63dfc5875ea08c664d1b759066b169700886b32db30 0.00 MB 9 51
178,751 178,751 0000000000000608214178fe6a8175d59a38b1171646942c595b7be9827aec1e 0.02 MB 52 144
178,750 178,750 0000000000000a263c63ab72ea80c17758774362b8e0fef8c4409d190f39ae02 0.02 MB 46 87
178,749 178,749 0000000000000642ff32aff9ee2e47d700ddb5a57d7c8df9a86d349dff865f6a 0.00 MB 12 16
178,748 178,748 000000000000050db52131434bc50c5231e8a1b2d4ef6c47a43d3ac5b5c93aac 0.09 MB 204 156
178,747 178,747 00000000000006065459e2d807af50178407c56bf20fe482ebfde3a1d1ec6d64 0.05 MB 127 78
178,746 178,746 0000000000000929218641ef2749c1cc1db0afb8b1e219b5c2a1d5031bc2ed6f 0.01 MB 16 56
178,745 178,745 0000000000000395c17570c5d92b7591c5d6d1b614ada6e372730e2acfff0c87 0.02 MB 36 82
178,744 178,744 0000000000000b1b3288130dc4151c69d79c245d1f8c6060a8ba16e307df48c9 0.10 MB 242 124
178,743 178,743 0000000000000244e343d029bcac8f70d89f46789dcc9b5f1f234e27015c4187 0.01 MB 26 176
178,742 178,742 00000000000008a5da22f1fcfd050ffb661d390b5a0b224d447e00bfd0891dab 0.06 MB 147 183
178,741 178,741 0000000000000458b36f76c47fbc4f0e2d4ee3c4ff06c212c7e11cd4f261a64e 0.02 MB 56 85
178,740 178,740 0000000000000585112f99684dad26673530aaf5aab260fa2a1114a73676f8fe 0.02 MB 26 80
178,739 178,739 000000000000067bd597ebed637d06033b4db3c8cca68eee7933d9b5fcb8c83a 0.11 MB 244 119
178,738 178,738 0000000000000824b0fe82181f0bcbb3addfb00f3620e81e5ced71ea4eb918ec 0.10 MB 237 138
178,737 178,737 000000000000034d7970df34b168045ba274b198d491ca70ccfabb3bf3de7077 0.00 MB 12 105
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.