Memory Pool Memory Pool Refreshing

1,750 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (176,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,650 731,650 000000000000000000055c4f0124cdf894de5ec7a9d9a7beb160f1cca4c8bb1c 1.25 MB 1,560 6
731,649 731,649 00000000000000000004781bf5c55742fdc2e1ab7be2591d009f0b12f5ff4143 1.50 MB 1,847 6
731,648 731,648 00000000000000000002e0fc03a12af5be25101cec06e78698dd24e03a759701 1.18 MB 1,049 6
731,647 731,647 0000000000000000000291532e25b6185481cf9acc6ecc82f22dec0378b9b722 1.30 MB 997 7
731,646 731,646 0000000000000000000411a0f4878a0236c42132d3f5ceb66f74c4a4782d5c41 0.94 MB 1,824 8
731,645 731,645 000000000000000000074691c203b954cb1fee85e3437c51670f2987578d2046 0.09 MB 189 15
731,644 731,644 00000000000000000004e4d748efe8fbe0b21d47540a0cc5facb666575da9831 0.65 MB 999 9
731,643 731,643 000000000000000000025c7620adbe7ce9b4d41b0053baebf613c6426e98f702 0.82 MB 1,140 7
731,642 731,642 000000000000000000058d2eb3511cb32fd90a237f5d3ab942428ef92b46272e 1.19 MB 1,848 13
731,641 731,641 00000000000000000004c0a84486eb0ae5e5ed5b81d39c7dd9b4bae1e46844e3 0.37 MB 193 5
731,640 731,640 00000000000000000008615c019a3ee3093822fe63a622cb6fb9404f3a981ae5 0.78 MB 1,177 7
731,639 731,639 000000000000000000048c2f35206c7f6cd5a15224f9812f05e29021a8f7f69c 0.11 MB 267 7
731,638 731,638 000000000000000000051ff0adf0c8023e2a4f470fdea13b7948eaf83c230d2e 1.05 MB 1,591 3
731,637 731,637 00000000000000000004d2e3e224f6f8c214fec26a129cb821846223f0edb0f9 1.34 MB 2,119 9
731,636 731,636 000000000000000000034b52a946c59017809cf22fe8f254d2c6cd0647b3e88d 1.37 MB 2,320 11
731,635 731,635 000000000000000000028b511686767dbd93bba20e67044ea445dff57ef4de29 1.07 MB 1,605 8
731,634 731,634 00000000000000000000c8650749baacbfb710cc97c6027daeb260b99b0f6ee9 0.09 MB 235 14
731,633 731,633 00000000000000000003ee425b757785177dc2141972d5423d1d353d18c8e14f 0.96 MB 1,498 8
731,632 731,632 000000000000000000011ab4bba41037644ccbc64a4e29745704a73a0b5c51d9 0.29 MB 666 9
731,631 731,631 0000000000000000000974b989ea3a0d8642403b835d0db02285654e4f93960d 0.14 MB 334 10
731,630 731,630 000000000000000000000f5687789f4d6dea02e53bbae677112bdd61fbe69ac6 1.51 MB 2,617 9
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.