Memory Pool Memory Pool Refreshing

4,574 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (228,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,595 679,595 0000000000000000000107298168670661ee4802df2190846fe79ea05a6ea326 1.40 MB 3,073 236
679,594 679,594 0000000000000000000420fc55517dcdbbb1fed2c0747552ee656f5a855747db 1.41 MB 3,305 245
679,593 679,593 00000000000000000007aa3ac6d118f7fc5fba392553b0b9f11c2bc105f38008 1.32 MB 2,594 206
679,592 679,592 00000000000000000005e111892d917386c5b523536610130871fa672b61d6fb 1.33 MB 2,266 200
679,591 679,591 000000000000000000023804bea1fc23eb3da4f68fe8ae1d420ea5cef67e1747 1.30 MB 1,976 188
679,590 679,590 00000000000000000002c1cb45722de6dcdc47b2c5d8d50f8c5d7ebd122fa7eb 1.32 MB 2,971 209
679,589 679,589 000000000000000000068cb805c8a3f03926a3b5a6c4e0aa10df9a419bd3f437 1.37 MB 2,194 174
679,588 679,588 000000000000000000081ab7cd9bad36672ecf4e859d6cbea54431f839809421 1.37 MB 1,985 189
679,587 679,587 00000000000000000002c9b2968909d10c1197206a2c9933e905e4ea61937a32 1.35 MB 3,094 208
679,586 679,586 000000000000000000053057dac78a917b08aa0e087fff8fb9cf6f8e36ffee3f 1.38 MB 3,322 212
679,585 679,585 00000000000000000004558e820267115e612350f3e8e6d67c9b5f6bad7f43cc 1.28 MB 2,508 138
679,584 679,584 0000000000000000000449fd3d17b3dae1ba03a672d81a1e63d2711abac24217 1.12 MB 1,038 168
679,583 679,583 0000000000000000000b31e8ca612157af7e2523f17880b4c1c7dd9bad06bbca 1.38 MB 2,799 173
679,582 679,582 00000000000000000000dae5f88ba27531477dc3e3511790882a4a8f4d915c3c 1.47 MB 2,130 129
679,581 679,581 0000000000000000000478f26827bc7611a8a57b2c0f585662ca3b8ab459547e 1.32 MB 2,510 158
679,580 679,580 0000000000000000000473b7633f5e8fcaa9f41040014adc930fed7a92c71ba7 1.35 MB 2,379 152
679,579 679,579 00000000000000000003549e9fa70e313075cb9e4c10616990f38643872f4a67 1.52 MB 2,064 146
679,578 679,578 000000000000000000052feaff31f8afda20006664a32aabb9e5a826875c538f 1.21 MB 2,469 132
679,577 679,577 0000000000000000000afab0607c6e9e08c973da4d9ae7a0df5b08d8061ead34 1.33 MB 1,963 157
679,576 679,576 000000000000000000058570393a445af7618659417db8441a58fb89988bd663 1.57 MB 1,790 184
679,575 679,575 0000000000000000000976da0c19c5584113b091869357a77487fbbebae241f7 1.37 MB 2,635 187
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.