Memory Pool Memory Pool Refreshing

56,372 transactions
33.73 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,261 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 2,182 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,260 (350,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,924 527,924 0000000000000000001df46056159e4fba02b978a5c9fe6eb01a0f96440f3351 0.55 MB 911 31
527,923 527,923 00000000000000000017f8914340d7145da390bd0270ae3dc439a62c490e4816 0.99 MB 2,004 39
527,922 527,922 0000000000000000001151be80cfa8a5b183b2b8cb50a25210f6ee514bcdc061 0.22 MB 574 73
527,921 527,921 000000000000000000158900ab432f5671e66527511eed6e575f4b8fb987324c 1.04 MB 2,174 37
527,920 527,920 00000000000000000035667531060aaa8d3cfc35310e00d9d20692d93d1eab76 0.84 MB 1,601 41
527,919 527,919 00000000000000000023ab4981fd3b4c99ce34b9a460a150cd4a054c4d7f42f8 0.61 MB 1,096 36
527,918 527,918 0000000000000000000a249bc3760eb941ecaf695edb7f138a2dca236cf60558 0.29 MB 720 23
527,917 527,917 00000000000000000022ce9b8750496a1e6abddd23c030e45647c38e6ff70381 0.36 MB 787 50
527,916 527,916 0000000000000000002a8e915b60844889a28e0529acbceee1cec3344c999bdf 0.32 MB 522 58
527,915 527,915 00000000000000000010cd7b9bc5cae051d1a884dc775eab8eb1d9fd015a4c3e 0.08 MB 182 49
527,914 527,914 00000000000000000019a4d06f841ac14504c90a3c3dc1dc91cdecc1ada3b1e0 0.63 MB 1,542 21
527,913 527,913 00000000000000000029f85f18eb5c9cdecf490a8d9a8d9351e1c44d455aa550 0.43 MB 669 82
527,912 527,912 0000000000000000002b8644e847d9c1a150a29f560a69623686ab846289ccc7 0.33 MB 623 30
527,911 527,911 000000000000000000098af52d77a4f4cafd8bf19b71a65dd51f8417a4241cb7 0.27 MB 605 53
527,910 527,910 0000000000000000002524a4a9c98a43dce2ff508f7f50fc8e8400fe02418733 0.38 MB 835 40
527,909 527,909 0000000000000000001a6c22caa716610bc5c76600a9bdd6fbd43564c147741f 0.12 MB 249 5
527,908 527,908 0000000000000000002fa57c4167d86619de0cc9d39128a0c1bfeebc21e2c1b2 1.20 MB 3,010 24
527,907 527,907 00000000000000000020275cbe4b6cb85efd17ba835074c405cb34944b189a4b 1.14 MB 2,499 18
527,906 527,906 0000000000000000000e09b9d773fcf476a665587dd33dc4b3f80a6341939e4c 1.09 MB 1,365 38
527,905 527,905 0000000000000000000a68cbaed6630966fe5865684e4a9bf0773a6b1e6fcad8 1.01 MB 709 59
527,904 527,904 0000000000000000001cbbc5d1f14b476b9f03c42a5acd566fdb28d118b14ce6 0.98 MB 1,043 37
Previous 10 blocks ↓
Total Size: 714.87 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,367.52 GB sent, 39.07 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.