Memory Pool Memory Pool Refreshing

3,771 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (861,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,673 46,673 000000000d7e450f1cf49c25096681dd7d5ecb06eacf9270dce187227943b255 0.00 MB 2 0
46,672 46,672 0000000025185f62d29f16bdadc2ad441a663c2caa45a8ade4c6f9db40941853 0.00 MB 1 0
46,671 46,671 0000000034404cdf4756f09759b693aaeb4151b9025505ad9a488022f6a673fd 0.00 MB 1 0
46,670 46,670 00000000049518d71cb4a7ca51df2259587551fd55c2320658d45b8e48c3e37d 0.00 MB 1 0
46,669 46,669 000000001f3ccebbc181b11ada32ec087076be94e38df60305bb9c020e5ae3b5 0.00 MB 1 0
46,668 46,668 000000002d66e10738934ee75e56ce03deb4b51652b1e6582d73511d964cc403 0.00 MB 1 0
46,667 46,667 00000000001a720bd09157611cbb7ddf2ee8630c968c77dda91b0c5f7f1bfb4a 0.00 MB 1 0
46,666 46,666 0000000024ec547753e8ec198a10e396ca1e80b6b632ba93ff8f12e0c9e7b87a 0.00 MB 1 0
46,665 46,665 000000000ef3fa26b1ec8a2f2292e489f0aeb41b03980e6014f1cbd55ea43f57 0.00 MB 1 0
46,664 46,664 0000000000b930456e38bd4efa1bbedc84d7309d6cd4e467d79e2454cd14d048 0.00 MB 1 0
46,663 46,663 000000000819d96ff13e2ccbbcc5e47398e7bfa3e5700b821195b63da32fb1de 0.00 MB 1 0
46,662 46,662 00000000025f2fe4f457124c4b932d1b1642dad1945262b77a0484147717b1fa 0.00 MB 1 0
46,661 46,661 0000000003a397eb126ed9f84a08ab23ea45a0e034401646fd6194e5ac413f60 0.00 MB 1 0
46,660 46,660 00000000079fa589d622a20eb9f83de84e61545964f9ad4852de854954b319af 0.00 MB 1 0
46,659 46,659 000000001fac26482de08bcb5a808b6f660e5cd4616fa8a98ddc8ded7e64bdaa 0.00 MB 1 0
46,658 46,658 000000002c4c696447a3c2312b4c9d8099c4592a8a9baf36fa5f5019c7748a31 0.00 MB 1 0
46,657 46,657 00000000198e64283bf73ca5cc5351bb13380fd33fd75326978d96131f478bc2 0.00 MB 2 0
46,656 46,656 000000001e7f26b49906256ed8da745c32da2d071963021a5e12c20e63076e68 0.00 MB 1 0
46,655 46,655 0000000009e6586cae2c057607f60f267b06ded78684f88a0ec2630f783cb058 0.00 MB 1 0
46,654 46,654 0000000031e56babc134b25adfa5a6ae1d723c3d4275cacb15bea2fb2b02f4aa 0.00 MB 2 0
46,653 46,653 000000001f9a2e4cc7bbeb8a0a784b15bedd20dd1f9c3f442fa52f4a94098d94 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.