Memory Pool Memory Pool Refreshing

6,413 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,163 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (718,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,684 189,684 00000000000008859f81409c9a453394a0069c325a8d013e899a7b2bc06f7d34 0.14 MB 256 107
189,683 189,683 000000000000063e54c7b7bb4a3252592f5aa2575c27383972e67a2622638292 0.04 MB 104 108
189,682 189,682 0000000000000669695b7b150d36b87de6c9d6eb1d8bd2b444e46323cdc092a8 0.02 MB 38 29
189,681 189,681 00000000000005e5587b7522f96c723b89c01e5ce6bee74dc8ad75abc861c106 0.30 MB 538 112
189,680 189,680 00000000000002377a6270633b91bf67b3d3a9721ce70e552b01d984e80a23f0 0.01 MB 28 123
189,679 189,679 00000000000004a6e72583b8354a8751c46a0b7bc0d4e8153763ff497753cafc 0.42 MB 804 116
189,678 189,678 000000000000031bc57e91826006380c22db1b8e9a2cfd64cb4d129827260494 0.04 MB 115 86
189,677 189,677 00000000000000403cc1c8b01fa4227b5afdff6d5fffffbe891dcd8804eae47e 0.06 MB 172 129
189,676 189,676 0000000000000034aa06bdd433e7ebd511b45cbf832d72507fa185956133ffc3 0.25 MB 450 103
189,675 189,675 00000000000006d40c5b46cef9a4c7a014cb41390c92423aa7bc1ab38125423d 0.03 MB 51 182
189,674 189,674 0000000000000515670be9b96716a00a44215405e5df06cc260c3f839d31ee47 0.24 MB 669 147
189,673 189,673 00000000000008d1ad942b37bd7c7164c242dfeea75a4ac687af098aecd94451 0.13 MB 256 112
189,672 189,672 00000000000006564168e94a433239b10ea5cda48dea5dd1618946c3d23fd4be 0.22 MB 512 131
189,671 189,671 00000000000005cb58d46e73adefe9833718e4c5edce12da560c4f32747426d2 0.07 MB 215 64
189,670 189,670 0000000000000393a3f7b93e83ae467f6b9cc58d6cddf83f7280b6a298967409 0.01 MB 32 1,292
189,669 189,669 00000000000006546be0c9fcd78f83e44e1e3068b892cd00ae745c392be41794 0.03 MB 102 114
189,668 189,668 00000000000005bbe317bf46b64920b124750a467ae17adc0bccfbb8712f5982 0.25 MB 512 99
189,667 189,667 00000000000006a3495522611e5eabb439643c7af09ee60538940c0ad91fb137 0.22 MB 433 127
189,666 189,666 00000000000001404c1aa69ff50f1b6f4541e4e5d733f48167fe119aba905fcc 0.12 MB 247 108
189,665 189,665 000000000000071fbb6e8fa8bc95ea10195c546888c9c70dcb0d742fee273c11 0.00 MB 9 0
189,664 189,664 0000000000000841d3937d0343cc70d5e334d32f1520f4de1945515f362c1232 0.25 MB 589 135
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.36 GB sent, 94.91 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.