Memory Pool Memory Pool Refreshing

3,924 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,750 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,858 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,749 (863,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,707 45,707 000000000881d1fed82783ca927b3869f3bf5fe250ae7fbaaa378afa17bea86c 0.00 MB 1 0
45,706 45,706 000000000e1a645cbd735d106c9d54853d1c33840e4c50ee4f66b3d8f9458290 0.00 MB 1 0
45,705 45,705 000000000545fff5c5a794935306cbe122a71ede29acd213118cb0d67ac1a608 0.00 MB 1 0
45,704 45,704 0000000008fc75b6de3a9faecd929029982411143d53ad07dc683eb009eaa55f 0.00 MB 1 0
45,703 45,703 000000002e7d9f0482a22eb68f5bd7135353e545cbfa21cb309b212428f943fe 0.00 MB 1 0
45,702 45,702 00000000353f93eb2990349642683762e770bc586a0fc9b3b91c96612591d195 0.00 MB 1 0
45,701 45,701 0000000014e31bdccae946f796adf4d8649cf469aaf8fc8579578cc581272568 0.00 MB 1 0
45,700 45,700 0000000005c10d1af8c1b9f4a108737db47d0af4a7f200079e887223a910c5a6 0.00 MB 1 0
45,699 45,699 0000000008ee9b9787ddf15af547f48a5973f3c301ca9ea8e89029e2eb9eaefa 0.00 MB 1 0
45,698 45,698 000000000c446a3aabf8ffed432ce2deb9c994ee0ea62abd16cde694b4526960 0.00 MB 1 0
45,697 45,697 00000000381b496c2d68f1fa068a8499733065c8c606d3ec3e2ab8b64d4e11e6 0.00 MB 1 0
45,696 45,696 00000000264dfd18a4e681228d758e4576f4434a8bc0eb37def910fca0d40bdc 0.00 MB 1 0
45,695 45,695 0000000035095b37dea1f141a3ba05c9daa71e34e24f8e1deb2e568abf1e8b09 0.00 MB 1 0
45,694 45,694 0000000012f183862eb5a88c80fa3161c38d6b2f9a81866ba72cb864fecb2af9 0.00 MB 1 0
45,693 45,693 00000000064e8d29f05d05de6d5064172fd041fe5b1956528b77acad1f0e1d91 0.00 MB 1 0
45,692 45,692 0000000010bda2da4418da194013902185e9e54917c702b8b131161ffcd75aed 0.00 MB 1 0
45,691 45,691 000000000a647bba73a38414e42ec22249d5cb92f116b1e7975720f42dd40343 0.00 MB 1 0
45,690 45,690 00000000307c8559c5e9bf80146474ac7330edea742d10a5ce7526e25c98a587 0.00 MB 1 0
45,689 45,689 00000000252f038616312ba96cd8c8015319eb704847e4ad734a49a1fdb3ad0e 0.00 MB 2 0
45,688 45,688 000000002d07ec3fe2966ed81f7d32bc967c05cb4fbfbd5824ba8153dd8efda8 0.00 MB 1 0
45,687 45,687 0000000028913b68a6b0c4735ff368601497d17f6d7db831f1c8304949cdb990 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.10 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,856.07 GB sent, 102.48 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.