Memory Pool Memory Pool Refreshing

1,307 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (903,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,221 5,221 000000001700f2e36768136bdfe7afc1e00eab22d262b0b5b658a0d78efa1f5b 0.00 MB 1 0
5,220 5,220 0000000077a46379120a2d081b212f4f69f9a5d4f153419f7b58bbd9c94f85f7 0.00 MB 1 0
5,219 5,219 00000000f7dfe5f7fa8d482a0b9277dd51ca01b3113320ecfddb20eb3cffffdc 0.00 MB 3 0
5,218 5,218 00000000980997109d9cf5de1fe19aac6de68ce809a07fdb4c2a14050ce9b1d7 0.00 MB 1 0
5,217 5,217 0000000025075f093c42a0393c844bc59f90024b18a9f588f6fa3fc37487c3c2 0.00 MB 3 0
5,216 5,216 000000002d98b5f04bfec834842873d9a8dcaf92f25817d5a3dd04c601b84b94 0.00 MB 1 0
5,215 5,215 0000000037372e0730345c9991f9f4426428afd462329d9d61a3e626dc6ac015 0.00 MB 1 0
5,214 5,214 00000000fc0835127379eaa4c4592084e5b99b50eef43c96a140a2930fdee654 0.00 MB 1 0
5,213 5,213 000000000b9cb276a6d303d7104c9fb7c92b2c79193196c9e2200ac2c34adf02 0.00 MB 1 0
5,212 5,212 00000000db30aefe9e1dd65c55d9bf2d28655f5ba8e557fa19fab50731304b7a 0.00 MB 1 0
5,211 5,211 000000003ee04ee60071265a1b483c7a127aa3c1d64373e89f3a1ab4330e6af7 0.00 MB 1 0
5,210 5,210 00000000994224fb25bdb3642854d2c03137272675b05516e478dac3323873be 0.00 MB 1 0
5,209 5,209 00000000386e3d6a8e6bd289519e5aafb9c7216d173e9621465931dfe321d2ee 0.00 MB 1 0
5,208 5,208 000000009e5d26570424359900f436bd26b26e6b0b3573dad84b14df4b88bfeb 0.00 MB 1 0
5,207 5,207 00000000225c742645a738a40408457906fc0982d594ee9f5e1cc805ee167083 0.00 MB 1 0
5,206 5,206 00000000169187847245c73167740fe0f71c0e6106f944745086aceac2c2e165 0.00 MB 1 0
5,205 5,205 00000000faacf44cdaa8799c463453703e5853e87178da6f6da4c547e58d7015 0.00 MB 1 0
5,204 5,204 00000000d0e19bba017fb2e4f9250ccfde58f0be055b46b0fa4ed8f6b52b871f 0.00 MB 1 0
5,203 5,203 00000000cca557c753f23c8402cbce795b4cb399e94142b429ff16a7d2cca758 0.00 MB 1 0
5,202 5,202 000000006b383d48b71cdf1aa824697863b286e6d302150d898c9783ff20aef9 0.00 MB 1 0
5,201 5,201 00000000a7900a5c3cac254aa7db9052d2f694529a49c5b0477bf4d1e09269ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.15 GB sent, 98.59 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.