Memory Pool Memory Pool Refreshing

6,284 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (882,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,415 26,415 000000009f899e3d0f115e48c1a5f6d5e1f849c13ba374758d4a8bfde5acc2e0 0.00 MB 1 0
26,414 26,414 000000007488dc8ee100f40bf7f15e51ed83965ce7c4956f6904a03b6ed935dd 0.00 MB 1 0
26,413 26,413 00000000e6748c942217b831ab562f086489b11436b99d1469ad587f70713191 0.00 MB 1 0
26,412 26,412 00000000847f3bd909e7165ce74892e5ace531a01ef712a5637f90fdd3ca527f 0.00 MB 1 0
26,411 26,411 000000001845df03a6eb617933532e50432068246a3c1923395373e00d56cdea 0.00 MB 1 0
26,410 26,410 00000000b90c63138dcd9f81257e7cc5a9d550bcecf1e4c0a91884b91e89d901 0.00 MB 1 0
26,409 26,409 0000000052348c4ee9fc0f9c029ba2cf9642b5983a58df70958a9c6b33af7823 0.00 MB 1 0
26,408 26,408 000000007f3ded11f88b8b81ea53d9ffb68be5f3f9062348b7e049b2f708f419 0.00 MB 1 0
26,407 26,407 000000006716662cc23235680fdadaee951bbb2ef7e6a3c1d7691516bbf57396 0.00 MB 1 0
26,406 26,406 00000000992a026c4d0cd4eed3b4812d360dbc26e9ce67c569a8cf2fc99f7227 0.00 MB 1 0
26,405 26,405 00000000af72b47eb08d556b866f9377caf2862cb46d48fe1b452d00f78470cb 0.00 MB 1 0
26,404 26,404 00000000ec41bdcc0bb3af99f6e81bd999f514c77c14549cf677fc2017e72fb9 0.00 MB 1 0
26,403 26,403 000000006bd1fea8ca773f24a7edb0aac6caa9efe0d2eb84d9473de83b7c58d4 0.00 MB 1 0
26,402 26,402 00000000c4ace881b3d82195dc6a4a5e1c03755cc025a8ab53244db62733422b 0.00 MB 2 0
26,401 26,401 00000000d138437d1433473504f376d03cbd7acaa6bbddcbed1b63485b95413a 0.00 MB 1 0
26,400 26,400 00000000e3c222b69ed13ab063fea70aecfe16d9d5958a6d5c0dc512ef76fb6d 0.00 MB 1 0
26,399 26,399 0000000058d98eabfa3c97dba27b0d43704fb9531df02001a8167e63d73dea77 0.00 MB 1 0
26,398 26,398 00000000590e4f04e13af41822fc7a15f5b863dcee9611e467abf663e13ef397 0.00 MB 1 0
26,397 26,397 00000000c05e5f22d7d6b52973fb1857e6f6fd4773d04f4b4f1b51685b5f98d6 0.00 MB 1 0
26,396 26,396 000000008467deca0c3ce939c6a976ddf16100945651ab2ff7d1c0dc65b285a1 0.00 MB 1 0
26,395 26,395 00000000cc7e24df22511bdaae3be1058142c6f6d279361debcac379b5947c3c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.