Memory Pool Memory Pool Refreshing

4,926 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (532,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
375,438 375,438 00000000000000000b8e45de9f55e1669481806f1928924fb7eaa3413f262d2b 0.07 MB 74 11
375,437 375,437 00000000000000000c13bea2e46f3af552b04ad1c89fae08d0a54479389afad9 0.45 MB 781 30
375,436 375,436 0000000000000000113b446758b40d4f8ff6a92f79f629b88cd00343f419d222 0.34 MB 655 34
375,435 375,435 00000000000000000f9fc80a52d4fc23e5b52777a62c6cc6e9e27f9097f8c21d 0.17 MB 318 30
375,434 375,434 00000000000000001095509b2872a05ab3b4cddf26d5029dc391a11dc7bed4ca 0.08 MB 78 19
375,433 375,433 00000000000000000d98a0536a966cb898836669c5da44256b17f3884f1f690d 0.38 MB 744 31
375,432 375,432 0000000000000000000acde8ce4600432e1f37e637d327a927afb9b878cd0350 0.63 MB 1,164 32
375,431 375,431 0000000000000000074736e596b6df57e571acdcd3f5b33f19b0a7a587a8096e 0.00 MB 1 0
375,430 375,430 0000000000000000069f110ff4b125c913acb806df2981f31ee771677c4eb18f 0.30 MB 423 25
375,429 375,429 00000000000000000d15a476ee9cf5dbb9360b79358e7a68b299f1691b2f15a7 0.93 MB 1,742 35
375,428 375,428 00000000000000000ac433b73e992046b0429727c2a934bec87e29844031914b 0.48 MB 890 33
375,427 375,427 00000000000000000840be0e9075254d78b9cb1156496135414220e592dea48e 0.69 MB 945 19
375,426 375,426 000000000000000008b6660b8b2ffb289590feaf76277aecfb69bb7084bccf71 0.93 MB 1,722 38
375,425 375,425 000000000000000010afed7690a350d3b11a6e22a56d7d75a6136afd200a01ae 1.00 MB 1,396 21
375,424 375,424 0000000000000000040637b58cc406e47bb06fb2f6a324b110f5c29d4d72e97b 0.75 MB 1,915 55
375,423 375,423 0000000000000000092611f13182510f8303d1aca1946df92814d17ed078e478 0.93 MB 1,854 32
375,422 375,422 00000000000000000557199e5fb1eb8860ed40efe8314a252079aac8bdd91c45 0.75 MB 2,237 53
375,421 375,421 00000000000000000715ec5d8f9b1790910684ffa97bd9d13063ce53da5baba1 0.11 MB 198 47
375,420 375,420 00000000000000000e9ef6b1d3ad19e9f71e923e1436240c71b9c125dda00e7e 0.10 MB 159 19
375,419 375,419 00000000000000000b81663e5289c52a68bef7ffc227a3a97bd676f3886c9be1 0.56 MB 1,578 40
375,418 375,418 000000000000000001ccb4b2bc0ee04f975ffa011242531e012343e074c86f10 0.16 MB 333 33
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.