Memory Pool Memory Pool Refreshing

3,145 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,935 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (797,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,687 110,687 0000000000010183abb3fbd4b2286ed25e6a2af1c4179ede5e5e38ff4e1ebe7e 0.00 MB 6 0
110,686 110,686 0000000000010b6cb2d9bc24dbf1179b45e9ed51f5caa0cbeb81bb96f658a4a6 0.00 MB 7 0
110,685 110,685 0000000000009f3fc494a79194afef4b6d4aaaf6564f9a6bef103ae850bce164 0.00 MB 4 0
110,684 110,684 000000000001014ecb6a3e28b330e12a2d3e87823b134c420add082cc623e482 0.00 MB 8 0
110,683 110,683 000000000000a740a9df16b3bc1b200a09c490811aaffc9005a06d2d2eebcb61 0.00 MB 11 0
110,682 110,682 0000000000002c7ddabdd3f58782f25787c167d373b60b9bd00ed81f064eea9a 0.00 MB 12 0
110,681 110,681 0000000000014103ce571f71c60a716e8c73afef0cdbabefecd1f917d9a716ef 0.00 MB 12 0
110,680 110,680 000000000000226f0c5d145a49a72ac54455eafc407cdf504a592e7bb018f738 0.00 MB 8 0
110,679 110,679 000000000000753dc8985b67213468f7d9b91614223edb5e6e60839185b8b11c 0.00 MB 12 0
110,678 110,678 000000000001a5ff18d29774f93e718c1a77c91e66f35ca08ca9ad1a5c2eea2c 0.00 MB 8 0
110,677 110,677 0000000000000bacac57d394da224b8e685bb4dae8b938f84e081b09a7700f3a 0.00 MB 1 0
110,676 110,676 000000000001095979e3ed56ae636aed1206b98bd382b641cc77e54b135ad345 0.00 MB 7 0
110,675 110,675 00000000000029ca415a1533e7f0ad43aca07316ccf04f4325c15d1f57d2af9e 0.00 MB 8 0
110,674 110,674 00000000000065e511448b23dece01fc5c7bb1b950c1a805dd8f0a531e7314ec 0.00 MB 7 0
110,673 110,673 000000000000adfbd218c23af6ccf444a6ac3af4ef60a42010d7d0e24574a8ce 0.00 MB 4 0
110,672 110,672 00000000000085e9da7f96928d6222e6bb8a2398791eb317b08b64ce94146dd8 0.01 MB 22 0
110,671 110,671 000000000000813e68e8b8aaae44ed8c3991e01552111d6254f4a117f635fc91 0.00 MB 12 0
110,670 110,670 0000000000006b2c2b818b194a696cb4e86a39332c508e4b370b7fcdad15df2e 0.01 MB 18 131
110,669 110,669 000000000000458f8c6cafa383df0af6fb5f80d639ddde9b2aa65f56cec6e3bb 0.00 MB 5 824
110,668 110,668 0000000000003652ca35852a61f11e0085b7856755a8aa6d6c16b372450d5b25 0.00 MB 1 0
110,667 110,667 000000000000c173d16e00434ea8af8772721952a1c0f2e4937686ba1b81bd74 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.