Memory Pool Memory Pool Refreshing

5,968 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (343,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
564,228 564,228 0000000000000000002d6bdb6b97f4ea4e053aa655d8b3ac3f482e4f8c562a11 1.31 MB 2,430 47
564,227 564,227 0000000000000000000aaf523f4354ac4e53508a07cdc21418eb7285f430022b 0.08 MB 223 15
564,226 564,226 0000000000000000001aafd064389fe0b8937b7a9612bbc6a71192b75568efc9 0.31 MB 943 17
564,225 564,225 0000000000000000000e3fa9eff72f9500186260961d9b33c6550742cfebc318 0.80 MB 2,202 17
564,224 564,224 00000000000000000027f77f000ac51b0185d993f31f962a84a5d8deaaa312b1 0.34 MB 954 12
564,223 564,223 0000000000000000002a1a6bb96ca9b305136ee4c4181fa3338ecd1637ab6c65 1.24 MB 3,086 22
564,222 564,222 0000000000000000000b70885842ed96d20a09f95030eb3725afbb16aa5a723f 0.37 MB 474 14
564,221 564,221 0000000000000000001a1414954449a7279a7c0d656499ca73dbf23aba4da2f9 0.43 MB 1,040 22
564,220 564,220 000000000000000000176fc2aaf3fdaeb06f33b43bcbeead1b1a13c570aaf6fe 1.15 MB 2,922 12
564,219 564,219 0000000000000000000c08168a4c8a10fc004647e240eff90fe9f243afd543fe 1.12 MB 3,134 14
564,218 564,218 0000000000000000000449ce9c8d69b2d2f1f07604ce4d8d25d99d08c925ca06 1.38 MB 3,237 44
564,217 564,217 0000000000000000000e32f8d2022ac04bad77385aa9fe2b08fbeb17ab0f4374 1.19 MB 2,962 26
564,216 564,216 0000000000000000001f98a0a535fc9fa2bbc1e18df0bf9f21df4e622cb80f41 0.64 MB 2,050 7
564,215 564,215 0000000000000000000f693eda23a2e550845898cad771e48332f3a9fc4ea090 1.20 MB 2,944 15
564,214 564,214 000000000000000000074dc349b358e6a77a196976ba86d80471efcb1b915b24 1.25 MB 3,412 23
564,213 564,213 0000000000000000000046361d0df5c593161e718a02b4c47b3487ead8d4dab3 1.35 MB 3,355 48
564,212 564,212 000000000000000000024e8f331a390b3c251b3d4691d57b586458e29859473d 0.96 MB 2,538 5
564,211 564,211 0000000000000000000a5279740beedd224da81a133e010e100ae53af2085ab9 1.30 MB 2,824 39
564,210 564,210 00000000000000000028a1c92ed596367cf1ff11e839d21a1ca9f0b0ec97a1c0 1.18 MB 553 5
564,209 564,209 000000000000000000279b5bae8a35917aec88bb511b19ac39392c0add5088d8 1.22 MB 2,320 14
564,208 564,208 0000000000000000001dfd3e13d6c24c188d50f0b9b38f0866cecf110368c201 1.13 MB 2,308 11
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.