Memory Pool Memory Pool Refreshing

2,712 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (794,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,634 113,634 000000000000cc503e3480824ce1cd1ca7c69a652c2a7d7508b340607b1a4d5d 0.00 MB 7 326
113,633 113,633 000000000000415a4ce6dc7f55548d1553c44dda18afe5f50a0ca52458367983 0.01 MB 22 679
113,632 113,632 00000000000047f664eb683729e6eb225986a713511ded2bb5f9d61f023e34e3 0.00 MB 9 341
113,631 113,631 000000000000ace1f0028e5c33cec572516151b70d5895c42fefcca661834f02 0.00 MB 10 1,162
113,630 113,630 000000000000071dac8e61e881998f1134c270935945b55399f20049aa4a5d18 0.01 MB 34 0
113,629 113,629 00000000000015ba05f42c8020b95c90e1f73d567292c36f65eab8fa5848150c 0.00 MB 14 0
113,628 113,628 00000000000037e55ea3c31425b21a935caa04bee517e118a78effc0d7e6a9f8 0.00 MB 14 0
113,627 113,627 000000000000d3c74ab3f4e51e23dac40c22cfcee4dbe08c9d7778087180199c 0.01 MB 34 333
113,626 113,626 000000000000159ae2ee04498d2f00fc44a03637c102fe1a6ad84e471c6d4865 0.00 MB 10 313
113,625 113,625 0000000000001a47c3c9d9d5ef39703a7bdf4fff164cf1160cbd6c0ec5b182da 0.01 MB 15 576
113,624 113,624 0000000000009aa40bab9537481a7b6b95f05cf86615fbfdcffb018de66fb1ee 0.00 MB 12 351
113,623 113,623 0000000000000981207debedd4e09d37a930f71d38393204ff1a25ed232107af 0.01 MB 35 111
113,622 113,622 00000000000029777f2a5b46c091f436b23abb07103b172df70e9de2607cf688 0.01 MB 23 157
113,621 113,621 00000000000087c9e2286e8745d32c6d0a689707708dd6b069961db26f0b36b1 0.00 MB 1 0
113,620 113,620 000000000000915056cbb09aa3be148626ca7f1defc4f9d85c4d74b3cd3e3a42 0.00 MB 10 978
113,619 113,619 00000000000072520ec5b5293a92a1bea7b9d75fc723b6e5312771a876ad9192 0.02 MB 105 0
113,618 113,618 00000000000087a72b328aa03ec224e1eeff6f194f1363aa4b60977bc8ff084c 0.00 MB 12 0
113,617 113,617 0000000000002fa55ed7f20a901267b2feb1d1f52bacf0c7b45d8633e9ce95ae 0.00 MB 9 674
113,616 113,616 00000000000066430549951e8f460402aad313dee7e5e2ca1d7a8362e91b94e1 0.03 MB 113 0
113,615 113,615 000000000000a0f0e28ab6df7ef67ca913f8de8d1670a392a2a25aa9082806df 0.00 MB 11 1,070
113,614 113,614 0000000000005092e5a09510cdd5563085b47d0b5a7f0c35db0c4f26bc277435 0.00 MB 8 621
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.