Memory Pool Memory Pool Refreshing

4,028 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,044 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (798,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,766 109,766 00000000000008652f1d0885b54b3dbd308adc67a0131ec20af89c9291a5321c 0.00 MB 4 0
109,765 109,765 0000000000005ff15f11b6c2e06e13fb169718014d51346615e0357d7d6e0b9a 0.00 MB 7 0
109,764 109,764 0000000000009d1d759837baa8548855d999a4c0e96c7622d078cc61173928b9 0.00 MB 12 0
109,763 109,763 000000000000082892d47332aa5ebb9f1cdc719ea7aaa7597dd1b5f7b31970d1 0.00 MB 12 0
109,762 109,762 0000000000019b2493dd9c21964717c4571cc3294fdf58e0b37fdfb7677beb0a 0.00 MB 10 0
109,761 109,761 00000000000097dd3e756875e6abc39e0f2186c792507b13cfcf7111126c051a 0.00 MB 12 0
109,760 109,760 00000000000127613734b1e746549a8b4113fdb8018c923896276d628f19c1f6 0.00 MB 12 0
109,759 109,759 000000000000aa6dae933e225bd65f70bf3119e49e51b15dd00ed2b05b146707 0.00 MB 12 0
109,758 109,758 0000000000004824a07093d486dd486de6a030854e98840b35fb83d33d6756ac 0.00 MB 10 864
109,757 109,757 0000000000013f2978e2d9496c3835a50e76ccd363103b76319bcb67bce1e113 0.00 MB 7 0
109,756 109,756 000000000001733852f71a10bd82cb48a19eb40660760b1a6bd7849bf8ed359d 0.00 MB 12 0
109,755 109,755 000000000000c0ec6b424499c2dac20a7e19cf8700349714814628fc9aeabc16 0.00 MB 9 0
109,754 109,754 00000000000022df93e3e06bed08a631862c3ba64cafd36017fb0314db76898c 0.00 MB 12 0
109,753 109,753 0000000000017c1296c34dc0d959ea73d31826c21ec05049b258eff2ae511ffc 0.00 MB 10 0
109,752 109,752 000000000000fa1050c975f7741a50e6d6d9c1623e47ce3b685067a4026a51d4 0.00 MB 6 0
109,751 109,751 00000000000190056ab34e53cff909cc23a4aa8c12bc2ff76c159bfb5edafd4d 0.00 MB 10 0
109,750 109,750 0000000000019ca61a129254da93bff0a98d4d50fdf499e6a155212744305d07 0.01 MB 45 88
109,749 109,749 0000000000007d3d5600d950df20c217b7e1dc99db38d439c223f881a532af6f 0.00 MB 3 0
109,748 109,748 0000000000008abdca5788abb258b40e49f83bff4d73b479cc01619dc653ab32 0.00 MB 11 0
109,747 109,747 000000000000b6cd05a2c7352abde3a88413759d68c0e30bb00263ab65845d51 0.00 MB 12 0
109,746 109,746 000000000001962a2ecfe71f077d846308b60e7f754dacff0186268fb2117f88 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.