Memory Pool Memory Pool Refreshing

5,751 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (6,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,139 901,139 00000000000000000000a89af33d32d6f8e2752e09e955a57df93aa2a1de5957 1.57 MB 3,619 6
901,138 901,138 00000000000000000001aa49163a940a269fba6837cf6d708da900d7fcf31201 1.02 MB 144 2
901,137 901,137 000000000000000000018ece16e3643ccc15cf2a2455a491a3edc567bbe517d2 1.34 MB 605 2
901,136 901,136 00000000000000000001b1e1fcb27b7eb523ec92839053b0cfed0ca66751d997 1.84 MB 2,658 4
901,135 901,135 00000000000000000001dcd8fe92855ee6dc3ee943ac83fb420c8ca9c1af5a96 1.57 MB 3,654 8
901,134 901,134 00000000000000000001460fc5902172e17d41b270b6db0edbf6550af8afd1fc 1.53 MB 4,045 9
901,133 901,133 00000000000000000001b2789ba8400b71411fd2ee90a422fbb5f4dfe0e692fa 1.76 MB 1,648 3
901,132 901,132 000000000000000000021e6591579f3445d5cabb776b66a053772988b783cc83 1.63 MB 3,783 6
901,131 901,131 00000000000000000001a168abbdcfa113b6027ec140e6597cbce927e76cdbae 1.51 MB 3,890 8
901,130 901,130 000000000000000000020d561caa50ce057a570700cc8ddf36f809ac7523498a 1.71 MB 3,339 4
901,129 901,129 000000000000000000000bc837af07eb40be6d44ab2c1b512f8351658972e11d 1.54 MB 4,037 8
901,128 901,128 00000000000000000000a120d5dc0c873313407a2553e34652e67d25c2e2a582 1.54 MB 3,896 8
901,127 901,127 00000000000000000000e106925118dba1a405d3a8e8da582821a94a4008ab79 1.48 MB 2,185 4
901,126 901,126 0000000000000000000226739647ba400cce0aea29c462c71c31f00dc9dc4801 1.14 MB 892 2
901,125 901,125 00000000000000000000d7aee3a3cb0b2ad6609af138e4844f44feabcba522a0 1.45 MB 2,225 4
901,124 901,124 000000000000000000016d7f337c2157771a5c401681ed8491c42388b69446cc 1.61 MB 2,401 4
901,123 901,123 00000000000000000000bcab241ca00a73472eafef4abb311e5e5777673542ca 1.65 MB 3,397 5
901,122 901,122 00000000000000000000ed5694f670ef92a4dc8facfffe049c6eda4486d0001e 1.53 MB 4,266 10
901,121 901,121 000000000000000000019c5b749e0167108bdb4982eeccd9a3ccb4b7d1883a4a 1.20 MB 1,261 3
901,120 901,120 00000000000000000000212fabc767d1ba315583837e9e506687fc653b7729a1 1.53 MB 2,239 3
901,119 901,119 00000000000000000001f5bd2f7cee13082956d66ebca4a8c0bebcf893f7fbb4 1.62 MB 3,847 9
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.