Memory Pool Memory Pool Refreshing

4,042 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (281,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
626,592 626,592 0000000000000000000f48f8401325b6dbb0ec5b0dd61587049e0724977b9a2d 1.40 MB 2,828 23
626,591 626,591 00000000000000000011df8da022f0f543799eca90864c4c5889e46588803a91 1.37 MB 2,916 22
626,590 626,590 0000000000000000000f749c9a012a79d776e7e4123ad936e2bf4949f04e87df 1.32 MB 3,002 30
626,589 626,589 0000000000000000000786092e1a8c89e24c312d8fad2c8754693f91dbddc677 1.22 MB 2,113 21
626,588 626,588 00000000000000000012e63c606b3e33472146dba1dffee9c6c4eddaebf8fa28 0.48 MB 1,022 19
626,587 626,587 0000000000000000000811f772dda020b019760f5519d0abcbb598f53e2d0bd5 0.59 MB 1,202 15
626,586 626,586 000000000000000000112c05838a75774d333fdccfa52e6f1032687e1004772d 0.21 MB 558 15
626,585 626,585 0000000000000000000b157b835936df6cb8ce1c1738ed0d4f75baf7a1654704 0.26 MB 633 16
626,584 626,584 00000000000000000003c409e599b97b914b26d8ca65d9f05327dd7a18655296 0.44 MB 867 15
626,583 626,583 000000000000000000113ff59bdd57046ceaa390fabbbdd4e438bfaeb52cbc34 0.76 MB 1,795 16
626,582 626,582 0000000000000000001228e4f644cf9a7852a27e44cd63e804de09286a131604 0.27 MB 482 16
626,581 626,581 00000000000000000005a12e1efe7335ff48b49ce7741498f11d16ca7cb0d885 1.15 MB 2,522 19
626,580 626,580 00000000000000000012c953cd36721057a992bc0d1cad759e4013b188d11f94 0.46 MB 1,140 17
626,579 626,579 000000000000000000018725e93f0f6187226a93ad6b3c854a630d6b423122c7 0.61 MB 1,365 17
626,578 626,578 000000000000000000050c32505f64bf03e504aaee909dcd602f4dc929507ac4 0.59 MB 1,439 18
626,577 626,577 000000000000000000089f8fd7bcdb21e396cac1be7f7736e8e2cac9a5bccfed 0.80 MB 1,839 15
626,576 626,576 000000000000000000103ffb2f1ef3c88e52691a686b65efdd52b0020a754623 0.19 MB 503 17
626,575 626,575 0000000000000000000b6e46199fcd48ad511d09679eaa4233e55bf69514b6b9 0.18 MB 399 15
626,574 626,574 00000000000000000010fdb36cc32338ebcbf316819dc9ffceb94215cff3f626 0.57 MB 1,119 15
626,573 626,573 000000000000000000092566f43f0465f46fc2000d7f8e5f843f1728fb9f9b35 0.51 MB 744 7
626,572 626,572 000000000000000000091476f744343a4ab6ccb108ac03f8a5c686cb9618c9e1 1.20 MB 2,737 9
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.