Memory Pool Memory Pool Refreshing

1,187 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 260 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (76,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,694 831,694 00000000000000000001f6668a439a4a6fa2d9283704f42180367dfdd4d0800f 1.87 MB 2,820 16
831,693 831,693 00000000000000000002ecdf47f7000647a8443f44d4d5153b2be05ba5a50281 1.69 MB 3,755 24
831,692 831,692 000000000000000000022cf7535dd1e518101ef37377563e5f4e0c061df5965f 1.60 MB 2,951 30
831,691 831,691 00000000000000000002ba17261e32440358bf92c2057a5c5979e68d7a2986e5 1.76 MB 614 12
831,690 831,690 00000000000000000000f74364c73822b05efb49880ff96c5bc9fc811e4e9a5f 1.73 MB 3,604 14
831,689 831,689 0000000000000000000262277244081cc9fe08620ed9a72895daa658ca276291 1.78 MB 3,257 24
831,688 831,688 000000000000000000024b7726fa11addcbb52e6dd7216e8b3440df2f0bf47e1 1.84 MB 3,431 14
831,687 831,687 00000000000000000002c339cee9d5b068421b7dc6a2ea8085c1211060c7881d 1.75 MB 3,523 16
831,686 831,686 0000000000000000000005d1ca38ecb07c45d6e7d7ca76c716238e2e8a559979 1.70 MB 3,088 28
831,685 831,685 000000000000000000025f7f6dfd14d89f9d553bb810fa4d6345bf6a1ee716fa 1.78 MB 3,185 19
831,684 831,684 00000000000000000001cd7077108973fb3222fa1448ccf2a47f0c3723c7d5c3 1.83 MB 3,389 17
831,683 831,683 000000000000000000025f84ba4e6d805a58dc27e8221b0f4a3c80b136bf1b44 1.64 MB 3,746 26
831,682 831,682 000000000000000000030af64d6cf2359e6d2eeab8eedb681002a575d6246e7a 1.52 MB 2,495 18
831,681 831,681 000000000000000000027164c1e8171acc91e70aea62cbbf1437321be987611c 1.68 MB 3,207 24
831,680 831,680 00000000000000000001c8908e82566d8255bc795c0b3431bcfc5e9cba21ac41 1.57 MB 3,685 33
831,679 831,679 00000000000000000002dd580386e0d50475b34673a0382d1a2e22cd72fc9c0c 1.98 MB 3,910 16
831,678 831,678 000000000000000000012bda3740945b051acabefc275cb61df496fdd702b7c1 1.64 MB 3,197 25
831,677 831,677 0000000000000000000345e15958b691f5079b84a6d5a3f959a8d84ee7989659 1.51 MB 1,030 12
831,676 831,676 00000000000000000000e31e5e3a08d2647c43263e6786eb5331782312191013 1.98 MB 2,478 14
831,675 831,675 000000000000000000011e12f1eccfb9fea5c8a2e25b24fe58e4717f25a58613 1.70 MB 3,713 20
831,674 831,674 00000000000000000001f68e8fcdd27aa772270a1305e6f011be999a8d412520 1.64 MB 3,475 26
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.