Memory Pool Memory Pool Refreshing

640 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 640 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (851,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,745 56,745 00000000089c14aac753f18865cf4e7a12eca664d9e83a97d85fa258b2aeda7a 0.00 MB 1 0
56,744 56,744 00000000030076a8894720039f0b2285573d52ea15dfd8ad48782171379eb9f7 0.00 MB 1 0
56,743 56,743 000000000cdd4139c0c284b0eb82939766170cd2591b1fcaf7f9bbc5a1d0c2ce 0.00 MB 1 0
56,742 56,742 000000000d27a3f7f5a5d25b91a65a605d1df91a61dfe38f596a572bc88d9e47 0.00 MB 1 0
56,741 56,741 00000000106d1199b4658210a651645f8850c5020137652fe465e7a72907e84c 0.00 MB 1 0
56,740 56,740 000000000b9f3287dbd13423518d52e5561ded1c000c8b9b939a235601cf7115 0.00 MB 1 0
56,739 56,739 0000000014c0fec9f70d288cb6c03326b5033bc903c76cc410ec5be257bf4edb 0.00 MB 1 0
56,738 56,738 00000000054bfd35ff890258e247f112f43049cea00eb0ccdc3dd1168c8c8ce2 0.00 MB 1 0
56,737 56,737 0000000012fa934cc102b893e6d572902f949a2d5c6f5aa1a52d38cb645d2ed5 0.00 MB 1 0
56,736 56,736 00000000091bb1c7e8f911aabdf9cbc50cccfb93964e31b2c1c1a399ea1972c1 0.00 MB 2 0
56,735 56,735 000000000012e056299fd95a270df7396bde2b61c865d22733c9b1bdd9fa70a9 0.00 MB 4 0
56,734 56,734 0000000010fbc010ae687348043a1661a58fb95a6b0990c106e5763d8b631ee1 0.00 MB 1 0
56,733 56,733 0000000007098d0498ff369911bc962c79f784e68701a50257d1d5d7fe071d05 0.00 MB 4 0
56,732 56,732 000000000317f54b707fdb1c1a58ca73d345070203e18191311267b604d2a5da 0.00 MB 1 0
56,731 56,731 000000000efb6d9c8d5443da37f784c00826ab494fe705fdff0b185cb95e8809 0.00 MB 1 0
56,730 56,730 0000000011d3660e5c1e44c25279f27cc6227c48e0c132253005625cf4c8e702 0.00 MB 1 0
56,729 56,729 00000000062675424eafd7dabda6cf1b55bb39244d0717cf019f11f1945abf27 0.00 MB 1 0
56,728 56,728 0000000001f3393470878bd1ab6dd0d68cfbd6a55d5af1d1cb0cad74c2a4dd12 0.00 MB 1 0
56,727 56,727 0000000007862f5df5f853db90cade92dc5982c8171c1d5ca4b0affea04fbb54 0.00 MB 1 0
56,726 56,726 0000000005014a0d793ea86b55ae3d466fef815f9d0637c7c029393f0eff3591 0.00 MB 2 0
56,725 56,725 0000000006c284b8e3329464b995013fbd2710b5f68a5007149d9c31e4b25d40 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.