Memory Pool Memory Pool Refreshing

6,207 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (48,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,452 859,452 00000000000000000000658f050486a4e2a7dcad085bdde2a99fbc8028e64edc 1.19 MB 1,371 2
859,451 859,451 00000000000000000000058c86a075c690ef2add82dea75e44d2384dc2ab4484 1.42 MB 4,094 2
859,450 859,450 000000000000000000000100caf618e63b840ec1ae8ccbe7c69661068859c003 1.58 MB 4,659 3
859,449 859,449 00000000000000000001c93f6a74a5e7b30a2649cea161e860ad1ebdc8b8d62d 1.46 MB 3,886 3
859,448 859,448 0000000000000000000092c4ad1b87157deea755b4c0f20538d3739b9ca08770 1.69 MB 5,780 3
859,447 859,447 00000000000000000001e4e63ba039909f0d7141572ad890abf3d53c533ae38f 1.66 MB 5,006 4
859,446 859,446 000000000000000000004ca576c8d1af9d1e925a00d6f2c5211a48d05c230115 1.55 MB 7,816 2
859,445 859,445 000000000000000000003b1a08a8b4f6f2de91c19de531ace60ede6eca049dc0 1.76 MB 2,762 5
859,444 859,444 00000000000000000001a89306e74ab44ee5bc30896bace7c1e8478e72779584 1.64 MB 4,959 4
859,443 859,443 0000000000000000000037cf652a9be7c2d0dd10139cb730569a777d1934304d 1.57 MB 7,336 2
859,442 859,442 0000000000000000000254a6fa959cd97f457c420d6639ec1fbb2d13581cd6f5 1.62 MB 5,134 3
859,441 859,441 00000000000000000002ca613e812d5965b46766a9087d01af118daced99ae84 1.60 MB 5,327 2
859,440 859,440 000000000000000000025e2769fdc7422c90af4b3eae5b0e2d44a0833de1da96 1.73 MB 2,906 5
859,439 859,439 00000000000000000001d23a2e5c4fc4212b36300c99667546737dd63baf2ce1 1.76 MB 2,885 5
859,438 859,438 00000000000000000001921ebcb1f9f43c4ac7a2f6ada6c8b5f65738460f1cea 1.57 MB 1,744 4
859,437 859,437 000000000000000000024e3a3b1ed74c27bdf395d6c431553fca6ba4b52b4046 1.58 MB 2,909 6
859,436 859,436 00000000000000000001a1fbceade45d768ba6b098dbaa36fef7f9722123c219 1.53 MB 3,714 2
859,435 859,435 000000000000000000017d2581c4141355ccc172b04f7105a7ec6f792c6ca59e 1.28 MB 4,286 2
859,434 859,434 00000000000000000002d546415b673cef57656c4f84eae5045d6a813ebaaeb4 1.57 MB 4,317 3
859,433 859,433 00000000000000000001c2d8ac0725c218ba35b6a03ca42b19468f3bcac4c9b2 1.68 MB 6,989 3
859,432 859,432 00000000000000000000cdf0457db6a1fb8ee41feb4bcef1187f063215460bfa 1.54 MB 6,351 3
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.