Memory Pool Memory Pool Refreshing

9,680 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 24/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 ago 1.00 vMB 3,091 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (49,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,561 858,561 00000000000000000003346d29c44e0bc62c6f5f734cfa471a2f72c9bbdecf88 1.64 MB 3,822 4
858,560 858,560 000000000000000000002ca4f7ae2baa81cde1e470b499ed749d2843b6810a87 1.69 MB 3,357 6
858,559 858,559 000000000000000000013b797df8b3bdbc300c68e3513b24338b2fe9409f686d 1.66 MB 3,832 7
858,558 858,558 00000000000000000001e04bf8b1d392c2b357983aa75fc67b6507baddd92b63 3.44 MB 1,177 4
858,557 858,557 000000000000000000012326fe4f8cee4b11525b4b949a58f9c394d23237e2d7 2.89 MB 1,715 5
858,556 858,556 00000000000000000002267409227c6e73e7c40817e28dff038c8c54a323f873 1.48 MB 2,677 6
858,555 858,555 0000000000000000000022a47d54cdbcbb883b13041398a05b75b4a7a78dc206 1.59 MB 3,080 14
858,554 858,554 00000000000000000000816de3b88061fe143b6af13ff6ff63bdb284d6151a10 1.63 MB 3,038 8
858,553 858,553 0000000000000000000157f4cc985fbd06cc2c11cc0b511589e90a3f193d8aab 1.59 MB 3,619 9
858,552 858,552 00000000000000000001f171dbace3d00ba07f1f9f9f25da201778caeffa7c53 1.62 MB 3,184 8
858,551 858,551 000000000000000000023bc6b48554db2ccecaad39e0fecd4033a96535ab338e 1.65 MB 3,258 8
858,550 858,550 0000000000000000000136d38309151cc54de480cb2cb10699fbccae0b3c951a 1.60 MB 2,926 9
858,549 858,549 000000000000000000016afb04454858aea3bfc6f3a90821f5f6eec0f139a6f9 1.63 MB 2,585 8
858,548 858,548 00000000000000000002c373dc61b090ab842de2a5d8c0fd36e9a1d27ae49c41 1.52 MB 2,740 8
858,547 858,547 00000000000000000000c2811083e53b856bc9bc36c9809130e53cbf553349f0 1.60 MB 3,714 12
858,546 858,546 00000000000000000002eb2a2593d6eec932493b38ad9c065452365bb03019f3 1.54 MB 3,440 14
858,545 858,545 0000000000000000000022d871bc32a15d27c9b1538d03f6ace90cde25b2489f 1.72 MB 3,418 6
858,544 858,544 00000000000000000001d65ce3d496545566ba42a6e0a4b3b1cbe85089bcbe4a 1.63 MB 3,731 9
858,543 858,543 00000000000000000001bb93501409202fffab20142f46981cc4014cea807c18 1.52 MB 3,145 16
858,542 858,542 00000000000000000002712dc40fec9a024f60ab6e1c030ba658da927a436cff 1.53 MB 3,435 8
858,541 858,541 000000000000000000015f877f3ba76879cb008a9702a41721b091c9881dc285 1.50 MB 3,384 16
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.65 GB sent, 93.04 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.