Memory Pool Memory Pool Refreshing

5,024 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (168,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
739,558 739,558 0000000000000000000295c7b7db43f89c37da612a26ba52587c5c542bc47038 1.49 MB 2,801 13
739,557 739,557 000000000000000000076b1cdc55c655e3cc137d9c215f169e99c9e32453e39b 1.20 MB 899 4
739,556 739,556 00000000000000000001ab2bb2a1e208b4c55ca0bed74f9bbc7796b78cd5f874 1.16 MB 710 4
739,555 739,555 000000000000000000060503230df002da91e9088822b25a2a34df1cd7bd18db 1.48 MB 2,557 11
739,554 739,554 000000000000000000071a55942899626cf9f88cedbf544778c8f188ca5ec732 1.64 MB 2,478 5
739,553 739,553 00000000000000000003f409b699c28031cf807452f9d5e61c1e5a73a3e79792 1.24 MB 1,767 16
739,552 739,552 00000000000000000000832ec42cffe2e3b4577a923486e54732feb82640f681 1.21 MB 1,384 15
739,551 739,551 000000000000000000043fa8093d6a05755aa5e911c345ac50eab04e3e15122c 1.24 MB 1,239 4
739,550 739,550 00000000000000000002ed89754329eb48240c4052ba53e011a2c2c9196f624b 1.46 MB 2,676 14
739,549 739,549 00000000000000000008712339f911c59e7f539facb3c641156fe1569010b6e1 1.28 MB 2,620 9
739,548 739,548 00000000000000000004ca5422539ad31af6a49dd8f9d23733bb50462f8d699a 0.12 MB 187 10
739,547 739,547 000000000000000000059727c50d04abaaf01136ea507c14bd6655b70de37a19 0.55 MB 951 7
739,546 739,546 00000000000000000007e310068a81d3aad9ebd6a86a034fda96064937971441 1.30 MB 2,567 8
739,545 739,545 0000000000000000000810dcff9848f0867fbb31f95757b6c5e04a2194b8e023 0.06 MB 159 11
739,544 739,544 00000000000000000005628c76b078fc55b73da2e5e3eae2bd2abc3a0e483568 0.53 MB 1,008 10
739,543 739,543 0000000000000000000940f273c5d924a7437ca64c4ee922674fe671242ae14e 0.90 MB 890 5
739,542 739,542 00000000000000000006b404b0a245001610480b5b982b17c0155a91e8edee5e 1.50 MB 3,213 11
739,541 739,541 00000000000000000007811212ebf0545bb6d449718b6ad8498acf0aa8e20817 0.36 MB 671 10
739,540 739,540 000000000000000000009b9ed26a9e764f7da5f7217bea76e45aaae5bceaf797 0.17 MB 396 11
739,539 739,539 00000000000000000004dc6707af9bd9c1a385e99318aa879c2f8e656530c661 0.49 MB 989 10
739,538 739,538 00000000000000000001d11caff9ff2cd35285344412723dc793a4a1538e9a60 0.36 MB 745 9
Previous 10 blocks ↓
Total Size: 769.22 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,634.65 GB sent, 94.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.