Memory Pool Memory Pool Refreshing

8,607 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,785 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (50,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,188 857,188 00000000000000000000fca3b0536d8a4db56ff5b552e623c86f87167e65811f 1.58 MB 3,788 6
857,187 857,187 0000000000000000000008785861a70785bd89fc60756b3abac0338df6c9b01e 1.56 MB 5,680 4
857,186 857,186 000000000000000000006474e3aeb9db39d8597c521ca8bfb0dcd829750c4745 1.52 MB 5,333 4
857,185 857,185 00000000000000000001726620760760a5a00c77f7e953ddbf8548b59c069746 1.55 MB 7,578 2
857,184 857,184 00000000000000000002370871bf2426f28cc32c7817dda4e0b10e5e93f3e52e 1.53 MB 6,388 3
857,183 857,183 00000000000000000001ac733dbfaa242739509e226b9abb156f9f1f850ac693 1.60 MB 5,076 5
857,182 857,182 00000000000000000001cd87c0e024bfb9ba823b4348264343d32a01ac2c56a5 1.98 MB 4,169 3
857,181 857,181 00000000000000000001f7c3d45ea180dec38730ea44b9517b7fb2f72a38c0cc 1.58 MB 3,846 6
857,180 857,180 000000000000000000032330c04fbdba8b44716d812580670e008bbf978b7e26 1.63 MB 3,825 9
857,179 857,179 00000000000000000000fcce3294f483e79168e1b8fe9a358cc36a62ede1530d 1.62 MB 4,223 6
857,178 857,178 000000000000000000017415471d6f505edc86ab827bbc6f3f45441fbd67d979 1.61 MB 7,150 3
857,177 857,177 000000000000000000030d7c1cfa0cd4c87177f55edd4c40013df1de8e620e01 1.62 MB 6,835 3
857,176 857,176 00000000000000000002aa7335171f162229b1d1f28cb18b2e76d95443989b20 1.58 MB 5,604 3
857,175 857,175 00000000000000000002b95edd3333b4602fbd2815913934fde1327b77c3bec7 1.64 MB 5,538 5
857,174 857,174 00000000000000000000817a7a49d69056873b478f33061ec3c7a86536e6593c 1.65 MB 6,964 3
857,173 857,173 0000000000000000000103b2ab5f4d1ee88a98ae6141d515396d104586c0e25c 1.60 MB 7,169 2
857,172 857,172 000000000000000000014cb4c28b8be80dec82d3ed59fb124ebcbfd104cabb29 1.73 MB 5,048 4
857,171 857,171 00000000000000000000373e3e1f297bc2cccd58bfb32cc69afa1d61ebb12ec4 1.60 MB 3,924 6
857,170 857,170 0000000000000000000302aa01558e628a522c47722b7134137a4b35b71f5d72 1.65 MB 4,421 6
857,169 857,169 0000000000000000000250fce990519eaf98b01ba388ba9114923b5ffc142eb1 1.64 MB 7,514 2
857,168 857,168 0000000000000000000011b947730494a5690a95bf869fcd41a555be3d880d89 1.70 MB 4,773 5
Previous 10 blocks ↓
Total Size: 769.29 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,639.43 GB sent, 94.37 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.