Memory Pool Memory Pool Refreshing

8,446 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,146 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (101,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,939 805,939 0000000000000000000254203fdadb90ee1a73b13f018dfc3d895285b547e261 1.89 MB 5,134 12
805,938 805,938 000000000000000000004dbcb4bc91f6277242c907ea4bab60750d27b6b26053 1.89 MB 3,137 9
805,937 805,937 000000000000000000000082bd248e332be398836e10ea5de3ad796983f1ca56 1.31 MB 1,716 15
805,936 805,936 000000000000000000047b9acd5e05dacd3e64d1feff262820fdc9a771ef799a 1.56 MB 3,014 21
805,935 805,935 00000000000000000001fda6aaf507bdebef38640a051e70e0abc2b80dedfb1e 1.48 MB 2,436 18
805,934 805,934 000000000000000000034a9849e3cd29f87f1b6fdc2d88e8325b0157fcf7ee62 1.43 MB 3,113 27
805,933 805,933 000000000000000000034fa53149a65aae51c36859b1ed14551b31ec58d9f4aa 1.78 MB 4,629 15
805,932 805,932 00000000000000000000622d99e00cd8b5d6eeff3469367a12dde16959c080a8 2.00 MB 5,367 12
805,931 805,931 000000000000000000044bf2a2f6667696da3ff1ffd33d13117cec280533e38e 1.62 MB 3,896 10
805,930 805,930 00000000000000000000fef663b894e0c08517a380efdee49072aef08a80f49c 1.56 MB 2,803 8
805,929 805,929 00000000000000000004d1164c8f9909c52806772d94ed4be83b10bb8734baf6 1.67 MB 2,702 17
805,928 805,928 000000000000000000006c37416c1aa2e523b5b815086c34624bd13d5b58dc51 1.46 MB 2,786 18
805,927 805,927 00000000000000000003b182e185a19b3452f7c7f2548344aaa4dec81b6260a7 1.29 MB 2,159 17
805,926 805,926 000000000000000000013333211fa0bfc8e676cf2587030d81623536e8ddafb2 1.49 MB 2,313 17
805,925 805,925 00000000000000000001acdd3478aa0d160b08e4041acf5c5a39d0c648a2463d 2.18 MB 2,092 11
805,924 805,924 0000000000000000000442d39958256ace4fe97bd1cb22f266a320893c044dfb 1.46 MB 2,619 18
805,923 805,923 00000000000000000004f2ba2272af78231f329c6b0d472577fd7597e952ba3d 1.56 MB 3,423 22
805,922 805,922 000000000000000000018111f99e8f1f914027c6a7c940cb766685ddd7981db5 1.40 MB 3,050 30
805,921 805,921 0000000000000000000061f09e34b62c9082ef87f8f99b171a0bac44dcc95a3a 2.11 MB 6,729 9
805,920 805,920 00000000000000000003ea6dab2f7c37a139a4db8cc6716e3b05fb395672df2c 1.92 MB 4,407 13
805,919 805,919 0000000000000000000129efd84cdbde7dce7be4f257c3ee7d49b073086ad57b 1.94 MB 3,856 15
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,625.47 GB sent, 93.03 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.