Memory Pool Memory Pool Refreshing

8,720 transactions
4.11 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,137 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (78,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,760 828,760 000000000000000000017a89d44a98f6e4cf4593a7f36623ea2a2a6b6f3b3d0e 1.46 MB 2,822 477
828,759 828,759 000000000000000000004c3dfd059ec71a440f15d29bdc6da9521c60e73d416a 1.83 MB 4,818 505
828,758 828,758 00000000000000000001e38c046e712428ba96f0e6c55e9714e4c990f0c52019 1.60 MB 3,515 503
828,757 828,757 00000000000000000003ab8061a07310bfb7627673ee61f30fa671e1769486b0 2.04 MB 5,973 574
828,756 828,756 0000000000000000000237e6f822abbf6f5ffc42767d14353c20b13c12e0509f 1.47 MB 2,711 531
828,755 828,755 00000000000000000001f29d5f2992fece846ef892fd4a47975b21fd8e4f9837 1.95 MB 5,378 599
828,754 828,754 000000000000000000003e2fe43240f1394e541dd687ca06419efd8678ede5a7 1.87 MB 4,864 572
828,753 828,753 000000000000000000018963a3e785eaaca89834d2933211e7fed9b2b946a4e9 2.04 MB 5,911 639
828,752 828,752 000000000000000000027a57e179a6c078e6aaa6a07fa960860d73de9c53ff72 1.28 MB 1,766 620
828,751 828,751 00000000000000000001721a92c27d40e9d0579be5e150be0318a481c8d2d1c0 1.08 MB 585 552
828,750 828,750 0000000000000000000224c8fbb5686e3d0f7cee10ba0a1707edd2822b2e4cb0 1.14 MB 948 26
828,749 828,749 00000000000000000002a9f27430fd7f2564b52b6f2aac5e16290925c7f30059 1.86 MB 5,110 28
828,748 828,748 00000000000000000002461168f3a93ceecc4e8e2ec46ee5a7e86a028b8dc96a 1.74 MB 3,725 27
828,747 828,747 00000000000000000001c806dc51c293a77e5ba0c4eea1b0e92717f636d65c22 1.65 MB 3,627 46
828,746 828,746 00000000000000000001ce845d2b83138b33af10b19a8f887c4566639af18b66 1.81 MB 3,921 30
828,745 828,745 000000000000000000039b4b0b565c781c2e99197c5f7f326b267ad0c67316dc 1.89 MB 3,080 47
828,744 828,744 0000000000000000000122bca32d95ae7149fb351b2e0a55d88af982e676807b 1.62 MB 3,656 28
828,743 828,743 000000000000000000035d869d22c3955071a1336827ec048787b9bccda5dd46 1.55 MB 2,984 30
828,742 828,742 0000000000000000000020fd75dac3b23cb15732e2f7666b46284e25693eecc5 1.42 MB 2,374 28
828,741 828,741 0000000000000000000059e7d2d20d9437d5a00757217270550726764f4d1841 1.64 MB 2,971 32
828,740 828,740 000000000000000000032122f3c212a658ed79e8541e3bfd266db0819851dd5e 1.41 MB 1,993 25
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.54 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.