Memory Pool Memory Pool Refreshing

7,222 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,012 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (61 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,511 908,511 00000000000000000000a31117108c56f157336c9379e72f64ca1fc09f8bf302 1.64 MB 3,920 1
908,510 908,510 000000000000000000017125333bb8f309d0da5494c0495e593c7432afd8a2ae 1.66 MB 3,370 1
908,509 908,509 0000000000000000000128adedbafcd8516f8a9948eef77e80a1daf4f930d076 0.53 MB 1,345 2
908,508 908,508 000000000000000000015ccca3dc16b23a02ecbb489b248dd8dc284df5b5ead7 0.54 MB 1,024 2
908,507 908,507 00000000000000000000333f991bdd294263fd49faf18b50fb0b91f50bcace00 1.53 MB 3,213 2
908,506 908,506 0000000000000000000007b0bbf9af371dbadcaab2ae46b2fb972baf463ef504 1.54 MB 3,152 2
908,505 908,505 000000000000000000018f4e26662065326e369a7e7aa3524a40bf29c5eec5be 0.19 MB 484 2
908,504 908,504 00000000000000000000c756c3796c6edc56bfd6c493df803163df5daff64743 1.65 MB 3,811 1
908,503 908,503 0000000000000000000128fe246d0fd64509a4b00e7842ecfd87a7c3d1d8dcbf 1.68 MB 4,095 1
908,502 908,502 00000000000000000001d137b1c63d11e6f74eddf3aeeaa368b9e591516e6ce6 1.96 MB 2,773 0
908,501 908,501 00000000000000000001fc89c59b3c4999be3df8d1906fe130838e6b3019a003 1.66 MB 2,804 2
908,500 908,500 000000000000000000016c93956952fc65af8d681e119c1b537e482a6e07e78f 2.11 MB 2,355 1
908,499 908,499 00000000000000000000224ed4f23633c932c06f33b6205b0ea0ccbdee69ab0a 1.84 MB 2,305 1
908,498 908,498 00000000000000000000ea9d83681e96ccef5e0831b205c0be0d77fd121ad496 1.54 MB 2,443 4
908,497 908,497 000000000000000000014aab1d4eb17cac2fb9036f7eaef3f95c0c33631162da 0.50 MB 1,222 2
908,496 908,496 000000000000000000014948fc3f66dd18f77ae859ed6e24bcd34e05fd076f1d 0.43 MB 954 2
908,495 908,495 000000000000000000017d7bd4252c767ac0a351c41163045fcf023b8b66b069 0.77 MB 1,120 2
908,494 908,494 0000000000000000000169e4f91c848e186e6590f447b2608feeebb4545a31f8 2.33 MB 1,054 1
908,493 908,493 00000000000000000001479b679c9bf9d44b06b02a59ce965a08e98804b44cd7 1.90 MB 3,238 0
908,492 908,492 000000000000000000022be012286260d9fba97f7324b2457478f0bc2c478567 0.74 MB 1,247 2
908,491 908,491 00000000000000000000b7a2d0c6105967620d1c22f0d222a2a18639b18b9b3d 1.79 MB 4,641 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.15 GB sent, 100.78 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.