Memory Pool Memory Pool Refreshing

4,914 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,978 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (577,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,034 330,034 000000000000000006e1de7b30f41f3978f1576e1f775871278021fa18b6a9d4 0.50 MB 920 31
330,033 330,033 00000000000000000a4a8457b238b710210d07618f7abf28dd8b46cec589fc09 0.04 MB 79 23
330,032 330,032 00000000000000001a81f28a485154466dd60899c1f502c5e379bd8c47854aeb 0.19 MB 403 27
330,031 330,031 0000000000000000164315d2d0453b4d4e6fd2232dd22a89f57b700d50175636 0.35 MB 765 37
330,030 330,030 000000000000000011442195ea9719fd5bc7cae76271a94ac27220f2c963b93c 0.02 MB 56 23
330,029 330,029 00000000000000001281c2a159efc28b5c59afd194dbdb0d9bc8567ef134dc58 0.36 MB 585 25
330,028 330,028 00000000000000000af0b21a24446a612db6bcfcc6dc531c64dcd15645dcdd62 0.41 MB 841 31
330,027 330,027 0000000000000000001e847e71b955482dab7228f4849a4659c0cf5cf323f247 0.16 MB 330 31
330,026 330,026 00000000000000000c8ea6965bc0e0e3b15bbad832e8ee7f4bc55cca9dead938 0.25 MB 468 27
330,025 330,025 000000000000000018ae1b5f3716cabedf9fe0bb471f373ae0d2186046017072 0.32 MB 483 24
330,024 330,024 000000000000000018cb0ca3fa0bf1b5ea4acc8155c0d2a2b2276039e340c0e6 0.45 MB 719 25
330,023 330,023 0000000000000000080da72a8b3d880cc9dba72931e560cde9e66c994d10aca7 0.08 MB 133 17
330,022 330,022 0000000000000000123805ad51ed38e9172c78f14604a17d64792ec98793482d 0.48 MB 724 21
330,021 330,021 00000000000000001618629e9f6ae6de208c84bb8e5cc60aa1e7b08cee043c1e 0.35 MB 1,028 41
330,020 330,020 000000000000000004a466a3d5dfb18f3b7d74f14d14aa250fff02120366e042 0.02 MB 64 36
330,019 330,019 000000000000000002a27a0bf40c715dbb497a0e11975f7d0308120dccebb678 0.03 MB 64 38
330,018 330,018 00000000000000001a32532e37fec77133cc47c4fd5ab3802fe62515b40d764a 0.55 MB 1,025 32
330,017 330,017 000000000000000007f5034a9638df476a1e4c776b5131e38213f4e460d2e343 0.37 MB 535 22
330,016 330,016 00000000000000000707f83baefafc5e4f30a2a6fa555d162ced6fc636181c37 0.28 MB 402 22
330,015 330,015 00000000000000000dabfda7989d020ca08270236a0389b8479a3fcb8181029e 0.52 MB 790 23
330,014 330,014 000000000000000003e323edb76d3c557216c8c39e16373df601d4285db72ffc 0.17 MB 259 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.64 GB sent, 93.14 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.