Memory Pool Memory Pool Refreshing

674 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,991 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,990 (614,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,686 293,686 0000000000000000816a22d504ef5cfa21a90e38c42df2f5c7eb9f4ad7312640 0.07 MB 128 27
293,685 293,685 00000000000000007fcb42b59dd3d771598131cc5ebeb1733e68fe738e4d79f8 0.08 MB 48 15
293,684 293,684 000000000000000086d22ab3d7d2adb7645068464a5c99826b155a7c7aecb59b 0.16 MB 191 31
293,683 293,683 0000000000000000749c9230cdca5ffe37cfae6500b69bb88f72698ee9180665 0.35 MB 664 38
293,682 293,682 0000000000000000baa16359825105e073eda3ae69b25126125b60f473850e5c 0.17 MB 329 30
293,681 293,681 00000000000000009c4f549b72adf6b5b9729876f8eaee4fd97dba1b0f9473c9 0.18 MB 320 43
293,680 293,680 00000000000000002b11cfe0d15f4e38effcaaad5cb9213cfd656207b4363e02 0.18 MB 107 29
293,679 293,679 0000000000000000c3ea5fddeb493127cf6af49947351c6699242658fde35c24 0.50 MB 954 35
293,678 293,678 00000000000000001f7dd464cb4f62cc36c0b22d6b53965380bcdc817944c52c 0.11 MB 151 12
293,677 293,677 0000000000000000572ff5fb50092a8438de54b9278b17683a8e482d084b8719 0.14 MB 159 20
293,676 293,676 00000000000000002f9d8849845580419e4145c7690dd003bada435f365a7bad 0.07 MB 64 17
293,675 293,675 0000000000000000a90c82503781105cd76ec9db8225a57743267a08e15df40d 0.25 MB 256 18
293,674 293,674 00000000000000005e987c294424f5108216139e7bc32ba46a23dd39fd5e8af4 0.21 MB 512 50
293,673 293,673 0000000000000000bb8d183e01646010c579424f6acdcbc605a1236c049921df 0.35 MB 846 40
293,672 293,672 00000000000000006871dbd56d6d6934684f133efe32f5dc911b94b27a42ae05 0.11 MB 254 30
293,671 293,671 00000000000000000141c56e6538bf430666f5cdfdfb42585773db45597c1bce 0.06 MB 121 34
293,670 293,670 0000000000000000bf49bfbe71c268c7035d1964533428c8725550c1b81d97ea 0.23 MB 516 40
293,669 293,669 0000000000000000907b95a48b78ee9912e14541fbf9932e268f4bd14f6169c1 0.09 MB 148 21
293,668 293,668 000000000000000092ecc5aadcc1aaad49727515f42c86fcc620ead0448a7fdb 0.04 MB 60 26
293,667 293,667 000000000000000012e42d87690542800a2faffe083aeaa6e3dfd87272f2683f 0.31 MB 512 34
293,666 293,666 0000000000000000d47a4fefff138c6011030885ddf35d358a389215d4b1696b 0.64 MB 871 27
Previous 10 blocks ↓
Total Size: 769.53 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,647.99 GB sent, 95.57 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.