Memory Pool Memory Pool Refreshing

4,250 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (625,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,226 282,226 0000000000000000a8f502e3108cceecbf8486fb0be394eaba71ac8c395dc2cc 0.19 MB 383 66
282,225 282,225 00000000000000020bec43c9674e821b3800f9785e453932f19a9e323fda671c 0.24 MB 467 35
282,224 282,224 000000000000000007257a1a2dbf62807ca28a50c38fc619072ce57ad007a6ea 0.09 MB 145 16
282,223 282,223 00000000000000002820543531288fee2aef78eda88f202d6f6dd6d6fdbb0ec8 0.26 MB 606 54
282,222 282,222 000000000000000203c2308ab563e97b685dcad39e8a9858bd3e3917a1bfc7c7 0.04 MB 47 26
282,221 282,221 00000000000000012e6d00643442b5e01c5a27908b85c7cc43e50cc83be79b67 0.02 MB 42 49
282,220 282,220 0000000000000001ac21dba9a9232137ec8f5e97169666c4da8a139072b6db7b 0.10 MB 157 39
282,219 282,219 00000000000000017d045015815d363535cf00b7ad4f87f6dd7089674fe620ef 0.13 MB 200 30
282,218 282,218 00000000000000022d8dbc5e140b92b6d1df011b71f45a33bbb28ad8340c5810 0.05 MB 163 153
282,217 282,217 0000000000000001e51f34d715edef272c0d2c928a277a8483f14baf87d2c05d 0.27 MB 607 45
282,216 282,216 0000000000000000dbbd6e30d2d75fb1a7510f89ce37277798bdb037929d60f2 0.16 MB 259 38
282,215 282,215 00000000000000021f38a317d71482c4f2efd4abb9b66520659dd0571e6253e4 0.06 MB 109 31
282,214 282,214 0000000000000000e047608221c7dfaa10cf410662ca425da1902c803da3406f 0.13 MB 305 57
282,213 282,213 0000000000000001b2c8656880269fb50ef9dd8ffb400e43f6b10f52d17bd44c 0.14 MB 336 68
282,212 282,212 0000000000000001799a790121ca26d457107c3b7cd4854116379203abf9fdb8 0.14 MB 250 46
282,211 282,211 00000000000000000bc05cd16ce048c0084c2ec4e89e7647098c9c4b894c5f7f 0.11 MB 258 45
282,210 282,210 00000000000000019839795f00616a7bfd9352c04f6205f239384ca1227dda57 0.27 MB 352 20
282,209 282,209 00000000000000016915e394bd50a9bdaad736e384d39c2ae974ce9822292562 0.25 MB 710 62
282,208 282,208 00000000000000001ec12167214a81618893c2ca2ff37550335e6f9d5e3681f4 0.05 MB 151 162
282,207 282,207 00000000000000017207b1cc4250e2545a605a901b943436db277af40ec8d412 0.18 MB 400 64
282,206 282,206 0000000000000000459d635f925190c5e909fe3c014c8bb4f3c72b84538b0ac8 0.27 MB 567 57
Previous 10 blocks ↓
Total Size: 769.00 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,616.86 GB sent, 92.83 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.