Memory Pool Memory Pool Refreshing

4,691 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (51,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,688 856,688 00000000000000000001896d771160d62b5c9dbad4bb8281aedd8ebe21c5f0d6 1.64 MB 7,407 2
856,687 856,687 00000000000000000001b58a42699c3c669fb00db2b4205e1bedd0fbce6ee28b 1.71 MB 5,909 2
856,686 856,686 000000000000000000020c4b5c3d64946a8217a0f36123ce090401a96a709bca 1.68 MB 5,030 3
856,685 856,685 0000000000000000000210a2d25a245a1c9fe11c4c01da89a0a2d05c4f58beb6 1.50 MB 3,206 7
856,684 856,684 000000000000000000013bcc7909927b6d8d80b525da742d115b0676acedaae7 1.42 MB 2,443 6
856,683 856,683 00000000000000000001d3dc10a2c5c274be264952bb01e0b6104ceffa5f2484 1.83 MB 3,390 4
856,682 856,682 00000000000000000000fa72d8cb8b86ce37561d9bb83fc28f6537a0d017e4f0 1.72 MB 2,629 2
856,681 856,681 000000000000000000001208036c9b7005729f8cacd852ce9c682e3019136dc1 1.60 MB 3,752 6
856,680 856,680 000000000000000000018264023663edd350c01f94e811e1c6ae4ca90766ac7d 1.50 MB 3,937 4
856,679 856,679 000000000000000000023ffd2470b77ab9432d90d25ea5aa59a9650eb2b9848b 1.56 MB 5,989 2
856,678 856,678 00000000000000000002d0fd4d9ab210edad4c88e51900d81fe0560cf70b5391 1.64 MB 7,943 2
856,677 856,677 000000000000000000017081a0298cc1bd3c0e1b789559f08f2b276525d21c81 1.89 MB 5,635 3
856,676 856,676 00000000000000000000a141d18cdfbfa9f5fe8811f7453d7eacf3e401ac6048 1.57 MB 4,418 4
856,675 856,675 0000000000000000000197cc7a6d13c63cd086ca46372cc94577ff62fa56d568 1.65 MB 5,695 3
856,674 856,674 0000000000000000000187d6a944e562d55881b738db06f0580d138c6af52754 1.71 MB 5,260 3
856,673 856,673 00000000000000000001e13012a5af38a8c152c19e94c5b8527f53bde6d7db3f 1.64 MB 3,469 3
856,672 856,672 000000000000000000021605ecf85b751e2e489a1ddd53179b465c1dcf40fb45 1.82 MB 1,700 4
856,671 856,671 0000000000000000000252e019a49058be132706cabd69e8d25042bb72961393 1.37 MB 2,214 7
856,670 856,670 00000000000000000001011feb8b32976e137161deabec3c101b12eab4a59f81 1.60 MB 3,614 8
856,669 856,669 00000000000000000001b12b6dc953692d71d5b30b1bc745603c7004b03f9bde 1.52 MB 3,770 4
856,668 856,668 00000000000000000000eef9639a4aeabc3517a1cee0943044eddebb6b008f7c 1.61 MB 6,200 2
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.