Memory Pool Memory Pool Refreshing

17,860 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (602,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,601 305,601 000000000000000008aafa296bb830992da0446ae9df523647d7c6270e90bf57 0.42 MB 906 32
305,600 305,600 00000000000000002b1055ee8901fc91e37481f395e490285b4a20bb475ec6fd 0.11 MB 222 35
305,599 305,599 00000000000000002b6f9c1ce8261225d891ce2b5fdee00e2deebd2f23d61c8e 0.67 MB 1,271 62
305,598 305,598 00000000000000001d5d6316b510971140093de145eacd7e3f042240a05b794e 0.30 MB 520 28
305,597 305,597 00000000000000005b94651d35c95936b9a78875f9f3f9d5c390e91251bd0fb9 0.05 MB 61 14
305,596 305,596 0000000000000000398bf52479e48fd77d19cc9bf358f8f863c81c31302762fb 0.35 MB 502 27
305,595 305,595 00000000000000001bf316754ce40858114a33dba08ad2a211f23027a0627366 0.35 MB 919 35
305,594 305,594 0000000000000000213dcbe5d4a18dd8b8e3ee2e0b09870c1a8a27a66b02c970 0.12 MB 284 18
305,593 305,593 00000000000000000ed5711fe339d4f99031fdbb7d6e54b05d012bdebac879c6 0.38 MB 304 19
305,592 305,592 000000000000000040ab73fd53fd00e1292015b388f7ea8f9fa552fc848ab192 0.35 MB 522 26
305,591 305,591 00000000000000003132d5cea526be0dc5ac346a5fada6d3b761de499d129af7 0.35 MB 1,018 47
305,590 305,590 000000000000000036f2af745e58a7a724182065b83a12d75fc3fe45e7f3ec3f 0.59 MB 496 17
305,589 305,589 00000000000000003eb80d23154573750f83c32b6c02c8c3533d9440eb57b250 0.35 MB 636 34
305,588 305,588 00000000000000001a9c721b0706cb6941ff087f840eab5b07208ab8db5e25ce 0.50 MB 1,484 48
305,587 305,587 00000000000000004ba59be327475629b6aac34782927431683f13761c5b0e0c 0.32 MB 548 29
305,586 305,586 000000000000000015fac32a04e3ae089cf58e9ad412d389944de3224736cb32 0.54 MB 586 22
305,585 305,585 00000000000000003f507c0bcd7b05dbff00f37a9b6e27809c4476c47bbe2c86 0.35 MB 946 46
305,584 305,584 00000000000000000df518bb5c9de6af4c0c25b27346e01571d23ebc09f5d37f 0.19 MB 299 27
305,583 305,583 0000000000000000078c9aaa2ccde7dba1a3f44d47bb93de1b0a7a03a4d22a31 0.15 MB 297 32
305,582 305,582 00000000000000003d0cabf3cf155374371371cdd1abc7aebbcbff6708086c32 0.13 MB 208 25
305,581 305,581 0000000000000000428e45242e77f09550ae83f51e79b8f9657ff7c4e0bdacee 0.30 MB 495 29
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.