Memory Pool Memory Pool Refreshing

1,631 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,369 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 1,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,368 (847,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,657 60,657 00000000000c017a9094a5c2dbdf8db431a351e82d435e09d96138d4a566a596 0.00 MB 1 0
60,656 60,656 000000000bf9accd897bec31eabb35a94c9fb416283eddbf3f75644471543c0c 0.00 MB 2 0
60,655 60,655 00000000016b36d24c5378c1cccd29507ef26e9874008b7703ba76ef412cfbcf 0.00 MB 1 0
60,654 60,654 00000000019114e8412782140e9478ea59ba2e0e9aabafa54dd6433e41f658dd 0.00 MB 1 0
60,653 60,653 00000000077a382d1febc72f377b2925a573ffcf3cb497f28bce8d0b2c23fdeb 0.00 MB 1 0
60,652 60,652 0000000004e9568bc5b5f6f9a961313ddb83b96c1de7b12926ed66e47351fbff 0.00 MB 1 0
60,651 60,651 000000000075bc418d43820344109cd60b938957d3c8847437e313417b0bd5b3 0.00 MB 1 0
60,650 60,650 000000000b8b98a630e34daf0b3c8d56b08ad5cc512669d98c560ec5b7650cab 0.00 MB 1 0
60,649 60,649 000000000abd4a3353e923f213e950acc2ded6dabca790d5968996e5c62503f1 0.00 MB 1 0
60,648 60,648 0000000005a440c515ec7e4d2ef1596367e4016094255401387002997fe74a27 0.00 MB 1 0
60,647 60,647 000000000e7613770bec53849f52eb90f162f27a6e8388e582e63589365007f9 0.00 MB 1 0
60,646 60,646 00000000098cd33522d7a063bd00f3ee7aed18adf88baa1303d2962cf4e09662 0.00 MB 1 0
60,645 60,645 0000000007bcce2e206a280d22215905644c1aace2175f7557215f896eea5502 0.00 MB 1 0
60,644 60,644 000000000e2c881bf29252d77716091181045586d8a63a9a81019c55b6adc9dd 0.00 MB 1 0
60,643 60,643 00000000093f04eb7e5053a4f704d881040e7703559da59156495276862aeb22 0.00 MB 2 0
60,642 60,642 000000000e2f85376780c8c4cf7d9485436a31d5dca32e86e73cbc6c174737c5 0.00 MB 1 0
60,641 60,641 000000000202c99b50703b47381947e4dca38c0c2de4ab9193b4e6911e34e199 0.00 MB 1 0
60,640 60,640 000000000505e0797c2f3291ad2213c0d4772bb8f729ccedac1c3bd313c80c52 0.00 MB 2 0
60,639 60,639 0000000001c37097159e6d38310d625243304ffff8c341cc95a44c24be77b2eb 0.00 MB 3 0
60,638 60,638 00000000023c447d9941179c9f95b1592df12bcd2ff7b572fb9074184f91be81 0.00 MB 2 0
60,637 60,637 00000000041992db9454c221cea6e28e93d47c29314632b3feb59b5909cfdb08 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.37 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,703.17 GB sent, 98.98 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.