Memory Pool Memory Pool Refreshing

3,473 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (616,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,624 291,624 00000000000000002152760488d3e8c4b7a3c750d7a8e2a3520af2fe58b3e74a 0.05 MB 132 58
291,623 291,623 000000000000000039a55ff2b6dfd76f53a77afaf0bc2f939751971df69ecd8a 0.34 MB 507 36
291,622 291,622 000000000000000065f4bdc23ec4d75e43bb44c6f924ec9967ff57fc8118d21a 0.28 MB 528 38
291,621 291,621 000000000000000021355f53ddbe85dc2e28d6ee8800552c718cf168abed9765 0.03 MB 47 23
291,620 291,620 0000000000000000e9486acb79d7ad1ddc4588537354b211f3d84f62feefdc27 0.12 MB 159 22
291,619 291,619 00000000000000002aca5b5ce06c3f6a4bc997956f68bf6f867e7d92a4d49618 0.01 MB 12 33
291,618 291,618 00000000000000001b7b7b6334013788d7ee3c287502cc63f38d0491b1d6449e 0.02 MB 28 20
291,617 291,617 0000000000000000cc957bcecd67a5f3fc4fa6b14fb743e79d342a72a675849d 0.15 MB 241 24
291,616 291,616 000000000000000021cba54eae11bd9284e21755863c151798202e462fbeb335 0.07 MB 60 45
291,615 291,615 00000000000000002cd81702b6b49e354c66c9f9e9c3b068d023d26484631dd2 0.30 MB 389 25
291,614 291,614 0000000000000000682b8f9151ffd7907b1c689f25cb0b7643d7ec225de7cb6b 0.10 MB 194 31
291,613 291,613 00000000000000005f13abb37162e6d20b96c42b3fa7c5091c87de4925714b5f 0.10 MB 189 35
291,612 291,612 000000000000000016df89d22fd5dde5e0548b9f8d095b3eeed70f48da4aeed9 0.23 MB 271 31
291,611 291,611 000000000000000042dce5a8623f684e40d56fab739ceb2eaf35e3b49d630f0b 0.35 MB 580 33
291,610 291,610 0000000000000000a839ea8e5f8e64bb5b23f20a75b2e8e6a56ed84ec2275543 0.13 MB 176 26
291,609 291,609 0000000000000000af3cc4144b32ad173ba5b36532587906a22b492d76a0e946 0.21 MB 211 15
291,608 291,608 0000000000000000459b559ff51b6598221cc2843c5e5185a447038fdb845321 0.11 MB 256 62
291,607 291,607 00000000000000007d60f92a4371864c7e6a5d8171b8c9def3ceba0a489db575 0.33 MB 643 37
291,606 291,606 0000000000000000828359eac6e668547e75c25aeeff0969e4b08c5d14528e44 0.07 MB 32 6
291,605 291,605 0000000000000000657c639d3159a0b117b2492689066719940cfb4017c1c3f0 0.28 MB 336 32
291,604 291,604 0000000000000000b10d323000c9863f0b35e6fe7b4c84051b3248de5ba60c40 0.23 MB 265 24
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.