Memory Pool Memory Pool Refreshing

1,188 transactions
20.99 vMB
Show Random Selection Loading Transactions
Max Size: 84/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,321 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 962 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (847,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,661 60,661 000000000315b846fd8c1c39ccfe87850d194a940e9f5fab972099e12ede373a 0.00 MB 1 0
60,660 60,660 000000000390b340571f339d65f6ecab705413a28d5d4511e31edc92be196947 0.00 MB 2 0
60,659 60,659 0000000009d88e400e2450db420d36e25584cdc1d119317d57369495310da75f 0.00 MB 1 0
60,658 60,658 000000000bf4aa30c91b230e907d606aabbe26fa7b3d46236a30288a16d07598 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.24 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,701.06 GB sent, 98.64 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.