Memory Pool Memory Pool Refreshing

2,686 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,134 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (733,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,104 174,104 0000000000000029ba6dc285fa0b9b03460f145d6b7b8a358f2f6dfad5d800bd 0.04 MB 55 202
174,103 174,103 000000000000030aff9b5620e1e5a30de109d984f2c3d30ed9b51e6d508619a6 0.04 MB 48 118
174,102 174,102 00000000000001546002dd18ebcc7a57f8abefd7108e1917df46e6afc8bc4070 0.05 MB 142 71
174,101 174,101 000000000000054f58ad28dca771df5a31c48973a4a1623885c5bf081f2f210c 0.00 MB 5 16
174,100 174,100 0000000000000071f79c6a7d23ee9a7be025aded887968afb34acb58b300a48c 0.05 MB 146 97
174,099 174,099 00000000000000d7deee5457eb9a0ad320c48c80d77df238b236455e5be39682 0.04 MB 133 4
174,098 174,098 00000000000000998659296f6ae110d530b94b3dfc16569c463fb209ede7d9bf 0.11 MB 76 71
174,097 174,097 000000000000009d0c7f5fb506fc730d7b6736282e3306cf6a522d33662054f4 0.04 MB 89 123
174,096 174,096 00000000000001fbbc8af11ed10830d33b81458fc87222e391a4fd6f385b4849 0.04 MB 130 5
174,095 174,095 00000000000000b9106aa604f2fc6dad3895bb99b82b1809fb29bb0d1380dedf 0.02 MB 65 571
174,094 174,094 00000000000001e301f7fb66c3c70c828d86700e32bdaace05e1eaa477cc1793 0.05 MB 68 120
174,093 174,093 0000000000000a021e3966ecd0b0aceb15c8666add31ef6c21088bce4cadbca2 0.05 MB 122 65
174,092 174,092 00000000000007906e5fde5b01cec7d73b48917b79b52596650f889d45f11753 0.00 MB 5 0
174,091 174,091 0000000000000a28fa1d53dbeb0d79a9075a0a099c81af6dfc4e71492af510a4 0.03 MB 45 10
174,090 174,090 00000000000001ee32912ce2da69a17fb2e64fc641f005189b591fb2a0b22fbf 0.11 MB 154 171
174,089 174,089 000000000000025fde57a2c6e28a54590910e243a6b079d83f9a8de3937a80a2 0.02 MB 41 60
174,088 174,088 0000000000000316a2b0a5d4f00bd0c9f2bd0edd441834bef04664ace22df072 0.01 MB 16 56
174,087 174,087 00000000000001f5f9c208b1d2a959fafc2b434e7eee61faa009a9c367f96b98 0.03 MB 62 47
174,086 174,086 000000000000026f5ad769a332f0209bf816ee26e0a537bed0107056eb188678 0.02 MB 49 43
174,085 174,085 0000000000000368c136433050790e7631558b20f69cb40cde800ff59557045d 0.00 MB 8 366
174,084 174,084 00000000000000d7d42fd8dc29b6de802c88e8d385e15f32d2483a3837bfc13a 0.00 MB 4 0
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.58 GB sent, 93.44 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.