Memory Pool Memory Pool Refreshing

3,113 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 3,015 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (5,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,082 902,082 0000000000000000000042f89dc1eb865e298217e10fb8448a99ab4544de4b7d 1.66 MB 3,475 4
902,081 902,081 000000000000000000013b9807d6d464ca302b7761a251dc0b4727db508830d3 1.59 MB 3,066 6
902,080 902,080 000000000000000000005d75083be5924120dc1f20e893b1ea7681f99ab113e7 1.55 MB 3,420 6
902,079 902,079 00000000000000000001b9f67089cbbe1f86551294ba0867a70c282febd2b9c2 1.64 MB 4,154 5
902,078 902,078 000000000000000000008520cd282c75acdcc64867668b1d3969a6f8014cd4d5 1.47 MB 3,417 9
902,077 902,077 000000000000000000008e7489345b319a84479dc70f4e380be0638f1983594a 1.64 MB 3,558 5
902,076 902,076 00000000000000000000826bacbb10e36d7a51ab068091d3d0973a3e7a737cc2 1.63 MB 4,330 5
902,075 902,075 00000000000000000000470ac91070a0b8f710552c62901d14ca8735140f45fc 1.51 MB 3,731 10
902,074 902,074 0000000000000000000028be3711f8187ad65edc6e82ad18e7f03bc204739b7c 1.60 MB 3,671 13
902,073 902,073 000000000000000000020eb35d83c27c90f186019dfd029b08f16235c60b5d73 1.43 MB 2,211 3
902,072 902,072 000000000000000000013606501ff08fa124ddb647fbc25e788d73f3f37c575f 1.71 MB 4,034 3
902,071 902,071 000000000000000000003391f92eff898d979ea95756b2ff08f6dd74189dc2be 1.53 MB 3,696 8
902,070 902,070 00000000000000000001aaaa7af597f534b86b2ed0411a8ed5746668f6a46ac4 1.66 MB 3,296 2
902,069 902,069 000000000000000000012a7117b9a9e5374364084a99c1641e9762ecfbe68db9 1.50 MB 3,068 4
902,068 902,068 000000000000000000007ba8c6fa15abc381c10dc26968b15d7fb5937bece047 1.60 MB 3,172 4
902,067 902,067 0000000000000000000088355ae10f4c926cb9b5dc5e84dd47f7f4278be1686d 1.62 MB 2,420 2
902,066 902,066 000000000000000000008416fa42296507c11cdb6bf57c5dd5d63a3065aa7a4d 1.57 MB 3,493 5
902,065 902,065 00000000000000000000b52f855ad23e55621df3b9a5e245e6553aa9ce54a53f 1.60 MB 3,461 1
902,064 902,064 00000000000000000000a6347c0fd888cb75df71675e83f5448c4275f3e65867 1.61 MB 3,178 3
902,063 902,063 00000000000000000001217a7d27e63a6c4487284fd7af5740c9dce85bc765a5 1.70 MB 3,454 2
902,062 902,062 0000000000000000000140985328f9ff7f0657de73cc463a75df06a1543d796b 1.47 MB 3,034 4
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.