Memory Pool Memory Pool Refreshing

4,126 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,191 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (729,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,624 178,624 00000000000009504d90d3c3f50d8dd136b794a35908587d6eada07804fde7ac 0.01 MB 19 182
178,623 178,623 000000000000045f8e5368b11575919f911dcf07864453737ca0966b6b75fdcb 0.09 MB 185 113
178,622 178,622 0000000000000b030572ec0b8ce0f0579613971a0bf7aa960d15c54c562176b8 0.03 MB 84 106
178,621 178,621 00000000000009f7634a3e8267cd76aeea4af549b4b58679e4c952363f1c7031 0.05 MB 137 125
178,620 178,620 00000000000009c5a7898a8e98a9cb1c5a7b5225dd74e90f19f25b525760a9e1 0.08 MB 172 130
178,619 178,619 00000000000007910546641052cdf3600f41e644a2625c1bf234dc9e8a2400b8 0.06 MB 163 134
178,618 178,618 00000000000004c9345b87785e713784cde46c8a22c73e44b15115fd5e89a5e8 0.01 MB 29 179
178,617 178,617 000000000000072e5ff8aecdc2601f8f64d371f925e1e32b98e1c0f7ca1731da 0.04 MB 62 72
178,616 178,616 0000000000000288058d20970bb77838634516fc965590e79b09b7c0c9916340 0.02 MB 80 76
178,615 178,615 0000000000000164940030aaa153b78e1a39313413d7ecd646caaaaee7930233 0.02 MB 35 59
178,614 178,614 0000000000000ac877afc83e2033f155f93676b03a46fb822aab89b458a577a2 0.05 MB 93 94
178,613 178,613 0000000000000513df0f329fb7cc5eb5237673fea28be8e4983c708ed34ecf80 0.01 MB 10 8
178,612 178,612 00000000000004ed60fe82e4a52cdd92cd0c5d89a5a461a20ec36db82b2a2bea 0.03 MB 94 18
178,611 178,611 00000000000005cd29a33c8b8bcdfc5680ae329618a5f3b275d1f5f180a41808 0.08 MB 143 90
178,610 178,610 000000000000089b364b92e0af1b5b91ecea9dcc79bafcf0ad7fd830aa9e5739 0.05 MB 120 74
178,609 178,609 000000000000080e0936ce73e12f52fd87acb183375d6f94e39e2b4ac6b15ef7 0.02 MB 55 35
178,608 178,608 000000000000055cbc8bfc41dcf531eb8efbb6bd16084a28f8dc838a1cae89b6 0.11 MB 232 111
178,607 178,607 0000000000000a5e6c757110d0f4263ca643066bb4276517f1bc2a07f2f2ca5c 0.00 MB 1 0
178,606 178,606 00000000000008dc99a77eb4b01f5e5bba56dc67c46e0ec1c88b0f8636d38c10 0.01 MB 13 58
178,605 178,605 0000000000000742b76fbaa30abcc84ee69e06560fb5fd22f25f635d811db3b6 0.08 MB 152 109
178,604 178,604 00000000000001da705b1de8235c03ba5c349643ad3f23f4cc60a02013e1247a 0.05 MB 151 125
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.