Memory Pool Memory Pool Refreshing

1,558 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (200,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,677 707,677 0000000000000000000205253abeda878f106e201a306ab659ade244842a1958 0.94 MB 1,028 5
707,676 707,676 000000000000000000021bdd6bb642a840469bb7d3c8d9166077d2378e1150c6 1.26 MB 1,442 7
707,675 707,675 00000000000000000001926ff49759886e8cff56d8c75ab151c4fcb9c98f525f 1.05 MB 1,558 11
707,674 707,674 0000000000000000000cedd2cf667cb385ee8823d22a4a974987e55a5f659eb5 0.42 MB 604 14
707,673 707,673 000000000000000000014457136e278c56798faecae3ddf120827f98636580cc 0.83 MB 1,215 10
707,672 707,672 00000000000000000009995f218198a2b3d0956ec69aa9a117ee432bd9227f25 1.14 MB 1,343 6
707,671 707,671 00000000000000000003331ec1c246da3cd03ce04e9e0efba6eee4c5af0771ca 1.45 MB 2,542 13
707,670 707,670 0000000000000000000aab51c3fde618d0134f189e02e4605e0eba591dbf2231 0.26 MB 336 7
707,669 707,669 0000000000000000000263982c57ce7fa07d31dadc3d056353891e65ec397caa 0.22 MB 490 11
707,668 707,668 00000000000000000003bb669769212fe45edb8fc27534af488c0d1da60e7a31 1.24 MB 2,268 16
707,667 707,667 00000000000000000003f6bd7bfdec883511af672abca364f6b637b838106eb3 0.15 MB 155 15
707,666 707,666 0000000000000000000ae6869d1e47d0822af88e22e5154580570b8bd0444531 1.06 MB 667 1
707,665 707,665 00000000000000000000161fad8a36c371c52e37bcc2b32e62a921f545411853 1.34 MB 1,598 10
707,664 707,664 0000000000000000000adf899c2b669cc604b33dea5b719dac56b4443785c51d 1.23 MB 1,209 12
707,663 707,663 000000000000000000093314823f6aae69b867552465be7a84057153c32ab8dd 0.53 MB 722 9
707,662 707,662 00000000000000000005c44f9b3fc1d5312e4365477adbecc278a603ad3de3e2 0.52 MB 829 16
707,661 707,661 00000000000000000001aa1487a1dd654d15a81056d96f58517e5e7dcd750d72 0.36 MB 613 8
707,660 707,660 00000000000000000002e3f71abf09f828c5cf56a6e620d1d1a019c5b9d00182 0.88 MB 1,264 11
707,659 707,659 00000000000000000007d14fe13018e892285b6e026417b21bc0b973e0183444 0.01 MB 23 9
707,658 707,658 00000000000000000006376e00d6028186ed94e1236802f1f062c70904e581ff 0.31 MB 268 10
707,657 707,657 000000000000000000091291274c70c7dff465155022987851b9070cc3e0e3da 0.19 MB 287 10
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.