Memory Pool Memory Pool Refreshing

7,179 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (883,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,190 24,190 0000000064590f9f74153d6e2eda31e322bc74ff34fa15a9b5c4cde6a011f6f4 0.00 MB 1 0
24,189 24,189 000000001dc3918f782e8fc651a488a8e08a4e398ece7684b04ed594cddaaa83 0.00 MB 1 0
24,188 24,188 00000000c04e9231260b179dc60b91f649206e7e99ac05e9513bca3ecdf667cb 0.00 MB 1 0
24,187 24,187 00000000e42a48c350755a0fdc94c55c0afc6456b45a578447e828d90af0d626 0.00 MB 1 0
24,186 24,186 00000000f041fda1d41ea8a56852674e489fb0daa7621afb4bcb8a595b2e03ef 0.00 MB 1 0
24,185 24,185 0000000039c77d90aa4e01e3c9125bb683c8cf970ddebd36ec8e7bec34dc3cf5 0.00 MB 1 0
24,184 24,184 0000000042922c3785d58dfba19472de1fba4f269450630c9e0b61eb7e8bfca9 0.00 MB 1 0
24,183 24,183 0000000068eec2c7c8db8735e7711fa79c636147545a6568b96a6f7da30da4c9 0.00 MB 1 0
24,182 24,182 000000009be124b2318cd6807e57e1fa9770cca5eab755bf148dd4436f036c06 0.00 MB 1 0
24,181 24,181 000000001c5bc3eacfaff8a751dffb4b9b893c629a1a2a109d9ca239a5894329 0.00 MB 1 0
24,180 24,180 00000000d9b954a9ed0c068bf7bc2f5eefbd835d33632235ead902eb7b4c8c42 0.00 MB 1 0
24,179 24,179 00000000a318514984f3767dfeace455da721be755e003bae84e5423a5e46496 0.00 MB 1 0
24,178 24,178 00000000450ad9fc2c150cb938f0789dbd1f8e8e82a1320d703e1e6a3f123930 0.00 MB 1 0
24,177 24,177 00000000fcf31d433fd061c04ab8c83ad99807bf0b8d6c22fb63da730bc80c60 0.00 MB 1 0
24,176 24,176 0000000013474763312396036a34c250cf41023d1a945445cdd3fb033ed663bc 0.00 MB 1 0
24,175 24,175 00000000202ff27b6a8a455c794a2492283ac9dd3ad6d09867bf4fbb5ae33422 0.00 MB 1 0
24,174 24,174 000000000b3e2a1f7ca9e2533aa920aa447220d48d0c6f6d688304f98ab54729 0.00 MB 1 0
24,173 24,173 000000005a2765785d9b02afd25284586535ea54e13efc490b17e357de0a2b66 0.00 MB 1 0
24,172 24,172 00000000955f3b8efa8a00dd169056acb501124def5b649a84083cad929ba687 0.00 MB 1 0
24,171 24,171 000000000602a1d0b2a1c6ca40817afb4f531faa74bc02af6779a17a119ef14c 0.00 MB 1 0
24,170 24,170 00000000809ba64866f37fa4cf4d4c956cf7e300b475f3708059eda9945d10e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.63 GB sent, 96.48 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.