Memory Pool Memory Pool Refreshing

2,226 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,205 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (581,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,545 326,545 000000000000000016437dca2daa070e884cd5ac162039de2d0674e90228f9dc 0.32 MB 531 31
326,544 326,544 00000000000000001768bba94acabd290ec6f4dfe716108ac79be16e35de5cbc 0.52 MB 879 27
326,543 326,543 00000000000000000d18ed99a4c3a01793c596bcf5fb8c6b54909e63943850d3 0.05 MB 128 73
326,542 326,542 00000000000000001d2e98198a437add195459d5f9b5bed74656721cb60e1563 0.11 MB 120 22
326,541 326,541 00000000000000000931bb431150a90b34658830b906fcfc5268e3600ec6ed7f 0.13 MB 228 27
326,540 326,540 000000000000000016f48b5aa4f5bf76a352ccabfbdd826757700aee2cb437c4 0.47 MB 746 27
326,539 326,539 00000000000000000636dedfc5e1facaee71660a9bc9f9a5d9a6af64579fc4e2 0.38 MB 623 25
326,538 326,538 0000000000000000079c577171a486c45fdc49319ed5e9bdf8e2cf429be26ad6 0.55 MB 802 23
326,537 326,537 000000000000000019541a5a7dde3f270091cf6776d881706e62128787e34f16 0.75 MB 1,432 28
326,536 326,536 000000000000000011856358a5b8b61f74077f7c8b2a2010af1e5c2b15807da2 0.17 MB 272 21
326,535 326,535 00000000000000000e245b9b499b9727681421b684d6fcfd290b19ce4a1390ce 0.75 MB 1,299 26
326,534 326,534 00000000000000000a7d7b0f462941192d28a626fac158119e9ce555c9c9a33a 0.09 MB 160 26
326,533 326,533 00000000000000000648718c4ae109cb7a0f43e4b71d2d60a44db3b7c3e797c4 0.71 MB 1,009 23
326,532 326,532 00000000000000001b5c450bbeb081188963496d0e633858ef9d068e37292126 0.75 MB 1,686 32
326,531 326,531 00000000000000000fe2e8b05247d46f23fa0477f87670a0a258f1b18edea152 0.03 MB 54 8
326,530 326,530 00000000000000000cc82d06069b0c9b6623d73cd13010d09e418eb8af1a2cb9 0.01 MB 36 35
326,529 326,529 000000000000000010a72144ab3330bf9ff288d659f41b2411635a355974b916 0.44 MB 605 24
326,528 326,528 0000000000000000154f07823584767f78278de4394f4ae0d7f8109dde9970c3 0.35 MB 893 34
326,527 326,527 00000000000000000a6c8010e65c01b5cab8f5a9f390e6c79acb39a35436b78c 0.49 MB 665 22
326,526 326,526 00000000000000001ca631ec995341ed26e676bce30c0b5c7f9453b6557d6cc2 0.75 MB 1,683 39
326,525 326,525 00000000000000000a092a8e18ad06b87e47a92fd8e1fe625470676e4f1c8601 0.40 MB 767 26
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.