Memory Pool Memory Pool Refreshing

6,690 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (878,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,514 30,514 00000000c1332da075149bebcda17eab1f813ac29205a4999fa65bbc90fb7c9e 0.00 MB 1 0
30,513 30,513 00000000da5112e5ce27f65f0e3f234426a5228daeb88a6e06770c019c8bb8e5 0.00 MB 1 0
30,512 30,512 00000000e901ff55e0466d6366abea5706f0b9b6069610cf4f81d2d190682430 0.00 MB 1 0
30,511 30,511 00000000fb47936a216364c4cca72e86f21bb885dd503f6e85a33c1e21a901b4 0.00 MB 1 0
30,510 30,510 00000000efbc36d8b71fa1a5f2f0da0efc3bb02704ce5ed72a6ba21005e2e3b3 0.00 MB 1 0
30,509 30,509 0000000010a80dfdab7d59a1e3daa236f2ffb8b5e12c1f31d7df054bc71cd3de 0.00 MB 1 0
30,508 30,508 0000000032233995368e5a137a82abe37d1e996691dcfceee9c76cf06d43fa28 0.00 MB 1 0
30,507 30,507 0000000076eedad2450a25ca2ee9540fe86a25a86c354ca5294d142eef7cd1bc 0.00 MB 1 0
30,506 30,506 00000000a5bed8f1c0cc219372f7b5dfc6373e17f5f07ccfae671b92b244872a 0.00 MB 1 0
30,505 30,505 0000000012150c192e1da6f06f45d1ef6507e845c7d05b8939f988e255fed295 0.00 MB 1 0
30,504 30,504 000000008b0d6ea9e6db4da61bba0f8779bd48dd80448a34b3a2f1cdcbbc3871 0.00 MB 1 0
30,503 30,503 000000009b2bda27563639ebc89b1b12efba7dd2e5b1787856c0fb4b463b8201 0.00 MB 1 0
30,502 30,502 00000000a47d4cb54f6a41bd09e83f33a654793f2a3356350eed9497d9d49c7b 0.00 MB 1 0
30,501 30,501 000000002c68740c7e37eb5e5655bca25786fefd444c36f99691a7e52ff899d6 0.00 MB 1 0
30,500 30,500 000000005170dede6e71a5395756a6c8e10fb1c44982dfdca739ff688187541e 0.00 MB 1 0
30,499 30,499 0000000021ad96e135ec2ceade38a1e39a8992c0ede5a1af3150b9f4f616821b 0.00 MB 1 0
30,498 30,498 00000000311eae4c04a26e4a9994638350efd1a00a510863c5dc703902590f28 0.00 MB 1 0
30,497 30,497 000000000845bd9a08c61fce684022646ff000b53d84ebc26c10cfcd3d90f2e5 0.00 MB 1 0
30,496 30,496 000000002baceb93d1a06aa09b9caf79bdd66cf59a3d83710d152386ff7a7eb1 0.00 MB 1 0
30,495 30,495 000000004fdf3dbc68190123cd080107fe451d81d661fde5bd88f9032eb81f41 0.00 MB 1 0
30,494 30,494 000000007581dd6f96d17066e5b3e03d978a344b9f45fedbc026a5b6bf917350 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.32 GB sent, 101.95 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.