Memory Pool Memory Pool Refreshing

506 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 478 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (863,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,790 44,790 0000000013a5e86e42990df8891b96bb2f9a2cc17a540eda21481a2da9d8b556 0.00 MB 1 0
44,789 44,789 000000002f1af7ae999f49244f7b13576264ce291ced94b3d0bfbb1589c3b329 0.00 MB 1 0
44,788 44,788 0000000023bf6c6c48577a154097113e73d95069869aaaeee858774af54de9ad 0.00 MB 1 0
44,787 44,787 000000001078d331f6447e0f68166022a3604fab7fc378cf9d293ca65c91e6e5 0.00 MB 1 0
44,786 44,786 00000000030690ac7c3ac764187cf70d63b9fac617691a6cb9899c910439da90 0.00 MB 1 0
44,785 44,785 0000000022e171b587f2372fc19b05f5087248178c2ec4145cadb59b284fb4c7 0.00 MB 1 0
44,784 44,784 000000002ce29372a6cc19fd9683170985959db75c992eec1ff4df8bcc4524d4 0.00 MB 1 0
44,783 44,783 0000000010c0885340de09a534517fb1c48013158a5579551367b835129f2160 0.00 MB 1 0
44,782 44,782 0000000007e887275d642d2a1214f0d86e5c1018c34f67e7af54995382998dc4 0.00 MB 1 0
44,781 44,781 00000000083c45201c2c4e3908bcf70ce591bd60a86c624b93ad1e144ac77eff 0.00 MB 1 0
44,780 44,780 000000000afb0c82900ed72e72e4ce1bcc5aeb515fb2b39fcdbdc668c14026d0 0.00 MB 1 0
44,779 44,779 0000000031679a8143e8c6cdca693c47cb744d504a6d5000b06c2fc1cf4a3d1f 0.00 MB 1 0
44,778 44,778 000000000f680d6896a8cd20cf94d22894713f69df7b6cee2c2c17c835147348 0.00 MB 1 0
44,777 44,777 0000000029cd124ecfca00a7c380c28613363ab3770578038d38d70ab8f835f0 0.00 MB 1 0
44,776 44,776 00000000288cfe37f018beb921e1ec2821f87da6c9f49446846ca79e277bc1bc 0.00 MB 1 0
44,775 44,775 0000000013c8bbc1920a925edd50be285081b3ee2c9e46e0b720b75bafcc0e44 0.00 MB 1 0
44,774 44,774 000000002f798c54e2fb7601751175bb0e0fb27a3896fb74943a04c3307038e6 0.00 MB 1 0
44,773 44,773 0000000008c00a6ec2d4cbfc74a7f50bca5188078626e58a7b7f17a2ed61869a 0.00 MB 1 0
44,772 44,772 000000001ac5d9ac7cac96708be3acbae7eeb92e07ceedcdf06522c3192910ca 0.00 MB 1 0
44,771 44,771 0000000031384ee5b40a2cceb9218d54a011223ea268be4e3bea6b3b1b62475d 0.00 MB 2 0
44,770 44,770 00000000197dea7f5cf4a443eccccda9e2f766fa47951f7637da9bd1f40d2005 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.