Memory Pool Memory Pool Refreshing

4,982 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (847,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,690 60,690 000000000809d78a0dbd493f2339d423bf86546bf9d3da72b834894b69f59403 0.00 MB 1 0
60,689 60,689 00000000018d83b41f336630650b977a58c767fa19f67da5e51a51fe6455fcb5 0.00 MB 1 0
60,688 60,688 000000000168d88c035205a0bf0d95b82969872a989b556caa3e53022ad9f3b1 0.00 MB 1 0
60,687 60,687 00000000036aa6338e06cdbd58cd34a02304363cb459b5271d46cd84a38a9389 0.00 MB 1 0
60,686 60,686 0000000006d1ce6cf1adbb28aeed41bf8d7e6667a5116bf3139e20ed8ee1472e 0.00 MB 1 0
60,685 60,685 0000000005f3b82cc3a5b5f2a9d0b5b7a60b8f37cecaf7b6a628dc3596d26ae4 0.00 MB 1 0
60,684 60,684 000000000533a42a09c76dc94be8b19452f97217ed718f35804644f685d74db2 0.00 MB 1 0
60,683 60,683 00000000079481dd44a808092923cd7de8e1c505224d8f4ef1a8811b91322e64 0.00 MB 1 0
60,682 60,682 0000000005e8a4221b8f55977be74b1437b2c0635c908f52d3b6b530ff2af793 0.00 MB 2 0
60,681 60,681 000000000481d5c878f78a871e265890cc6f2d43f5d732ad9a6d5b3cfc4ab993 0.00 MB 1 0
60,680 60,680 00000000099699ffbe69ffb89f6202069bbdb1b2800829097c0bdcbd555b0987 0.00 MB 1 0
60,679 60,679 000000000a6f1d356f871061d19a035664374253e8c50fd44cb98330789da0a7 0.00 MB 1 0
60,678 60,678 000000000e5b5c34d85d33e2e3dd9b185607d29198c801cba4b393cfe3c851d1 0.00 MB 2 0
60,677 60,677 00000000028b42c41ef4f4a8b2ac7c43a48be44acb569de29a297f13e4c210e6 0.00 MB 1 0
60,676 60,676 0000000007809d5f55ecf12edbf1b2624d1602882e37d2df6ddd649719346a98 0.00 MB 5 0
60,675 60,675 00000000096de97d955ab8ce5c2e488e01a71c6e3aa9a3a4cf97a53f84cfae57 0.00 MB 1 0
60,674 60,674 000000000a0fabc01d283c8a4a734d5a91b205580ccfb6a274ccae5a3320d6b5 0.00 MB 4 0
60,673 60,673 000000000ba9f008c1206231d3fcc2f0fec124ac035a49e82044925dd1166896 0.00 MB 1 0
60,672 60,672 000000000280dbd54b207e27ef969dd6e5f7e3c2b44d21e283c9b06003c3cb63 0.00 MB 1 0
60,671 60,671 000000000a33847acf7bdf451e47260752715dfd5c75d437c3409a36735e5cec 0.00 MB 1 0
60,670 60,670 000000000ba2137cb33e46ede2b0e556070c9f0583e20cd337e40e2053b0cda8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.