Memory Pool Memory Pool Refreshing

4,686 transactions
1.72 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,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (105,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,211 802,211 00000000000000000002b450c7d1ec3c4e07f91ffcbd48f3aaf3d153b645f49f 1.60 MB 3,474 19
802,210 802,210 0000000000000000000207a43f538076b699924e6f6a0bcbd8079439840eaa62 1.77 MB 4,283 13
802,209 802,209 00000000000000000001b7c37afa4cbb917a010de0b4b6e985fee0621fe66f4d 1.95 MB 1,272 9
802,208 802,208 000000000000000000013aaee6b87e69bd06b4ec794d0bd498c6ecc59e74ac4a 1.77 MB 1,748 22
802,207 802,207 0000000000000000000239367f3ccbba892d9f086b214362e1455ab9e4b11718 1.65 MB 1,665 19
802,206 802,206 000000000000000000001cd105b983064078331b6f5ba03758b7b0be0bd5c808 1.82 MB 2,458 13
802,205 802,205 00000000000000000003ab19ff65014af43e3ecf18961a8c9a95147de78a53d8 1.59 MB 2,034 13
802,204 802,204 00000000000000000001e63639e84edff87217692e0bc7c755e1aabad05b2803 1.35 MB 1,561 21
802,203 802,203 0000000000000000000331de40a4ae3ccc4824b8afec141c1667eb226c4ad215 1.45 MB 2,710 18
802,202 802,202 000000000000000000042625c44c8ea692cedbebd0ace8bd57f7469e1a55466c 1.49 MB 2,749 28
802,201 802,201 00000000000000000000643bb40b645cd1922a2542aac11da0f40231dbd8ef7e 1.45 MB 2,764 27
802,200 802,200 00000000000000000004fc08b361269bde187405817894088d7c303b0b0d8e23 1.72 MB 3,578 11
802,199 802,199 000000000000000000045afd451fbc75d0bef38c3e9627b0763b91d7d84446ca 2.26 MB 2,562 8
802,198 802,198 00000000000000000004c2ef120e0f53635109b274fa22ae4f059d50a82bd1bd 1.28 MB 1,099 14
802,197 802,197 00000000000000000000ce6a477667fcfef9bf0d5eff1ea94863c715852aeb4a 1.41 MB 2,647 25
802,196 802,196 00000000000000000004b6ab637fdff43e399060baf0fc071e84919b6294fefe 1.41 MB 2,436 29
802,195 802,195 0000000000000000000377c77ac722beec443bdf8d58b88da4dc00a220592bc4 2.11 MB 4,106 10
802,194 802,194 00000000000000000003058aa8ba56f1f54e520e280499404994ef8374e527c5 1.51 MB 3,218 17
802,193 802,193 00000000000000000003e4613f8ff156dfbdd0bd7b12bb4b325642953b0dde33 2.18 MB 5,668 9
802,192 802,192 00000000000000000001b4a7b2a5321f9eb0e6fe6982f33165c44a0f94adfb83 1.90 MB 5,262 10
802,191 802,191 000000000000000000054768a916be2d451bc6d0a441da987c177dadf0a92725 1.66 MB 2,851 16
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.