Memory Pool Memory Pool Refreshing

9,585 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,709 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (45,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,389 862,389 00000000000000000000d7c0ba832004e0d326c639b005aea90d10a9eea92f63 1.77 MB 5,340 2
862,388 862,388 0000000000000000000142ea48894b3565ef573f306fc6035d08d155ff9543b7 1.61 MB 4,198 5
862,387 862,387 00000000000000000000894003cd0a5e143cd0375ec3430984c9820d0fdb5601 1.70 MB 6,336 2
862,386 862,386 00000000000000000000b03fcf59db29b845aa1d411e71518d551dd889327e5a 1.62 MB 7,092 2
862,385 862,385 00000000000000000002bc0a096dc2ae2ef4a92c7b802133984c092b75ce8cd5 1.69 MB 5,922 2
862,384 862,384 000000000000000000017d5a252a122ecb09519621a221593b5a5f5429f3d5f7 1.67 MB 5,665 3
862,383 862,383 000000000000000000008513529b304f86efaa7e398e523e4fc2593c7e9a2cfc 1.61 MB 6,793 2
862,382 862,382 00000000000000000000bed1602b0930775020d923282b348830ee8d8630bcdd 1.63 MB 4,449 4
862,381 862,381 00000000000000000002760c82773ce566ef51b226cbe35aca6d2688839aa29f 1.62 MB 7,364 2
862,380 862,380 000000000000000000015efb2400d2154d13f9d0674b1249ec560e231a291e70 1.60 MB 4,869 2
862,379 862,379 00000000000000000001d4bcda9511c0e979e8afe5aa9f7d0f7dcb017158b7eb 1.63 MB 4,096 4
862,378 862,378 000000000000000000015f3f1d716e6095b4214ceabcda4103b649f3a5d28bef 1.62 MB 4,127 4
862,377 862,377 00000000000000000000895e6038814d766adddafa4066a7708eeda6e33eca01 1.53 MB 3,956 5
862,376 862,376 000000000000000000029364bf0b0fdc427bf241f42bedb492cb58848948085d 1.59 MB 3,604 6
862,375 862,375 00000000000000000001e80aaed9d58538ad702118a833504989aae7c267afc1 1.63 MB 5,495 2
862,374 862,374 000000000000000000022e2c1de9558927f2c0a980c75a52c6e921c55b86846c 1.74 MB 3,713 4
862,373 862,373 00000000000000000000325bbb20dee8d082571eef3919f0972b481cdfe7fd9c 1.52 MB 3,679 6
862,372 862,372 0000000000000000000035cdc6f1055bda203bc8428309b1d146a35c4a062596 1.58 MB 4,105 2
862,371 862,371 000000000000000000003898af8ce556a4faa0d0fd470fbf9303ab037aaccccc 1.87 MB 1,711 3
862,370 862,370 000000000000000000009a55f324decae2eb5d91bc00c6fe9253848de4dda353 1.66 MB 3,701 5
862,369 862,369 0000000000000000000226cfa8373df71b3200f1db8bd0eb99cd94e9d1b5ae1f 1.61 MB 2,928 5
Previous 10 blocks ↓
Total Size: 769.03 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,624.99 GB sent, 93.01 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.