Memory Pool Memory Pool Refreshing

14,116 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (649,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,002 258,002 00000000000000139fd3e1ecb149e773b84ff94849723ffd6bd43c2e989c3b58 0.09 MB 211 129
258,001 258,001 000000000000001b86532884bb74b3d170f05aa29367aebff48e139d561e2c35 0.02 MB 40 125
258,000 258,000 00000000000000159f682a983465761f471dd24300746efe8db5642411f1b631 0.10 MB 186 94
257,999 257,999 000000000000000f60af4bdb64947522f0adb2b8d0d47339d3d2bb456cfa6ae8 0.16 MB 290 91
257,998 257,998 000000000000001953b0078dd387785a8d1732c4c98479ccd23000c8f13e162c 0.08 MB 189 125
257,997 257,997 000000000000001b5de87f6f2eca7a8b9269a3c6fef81d3a3f9cb75f51fa6464 0.07 MB 114 64
257,996 257,996 000000000000000f776f650f2750a1e24eae9b269708c9bdd67bfda9d166a7e2 0.12 MB 302 117
257,995 257,995 000000000000000920a99f74180cb10f7e677afaa94f7b3790c2f24935990499 0.14 MB 365 116
257,994 257,994 00000000000000288271a5e4b0e1c1b1262c8785902562f90b60e0a1da597758 0.02 MB 34 79
257,993 257,993 0000000000000026733f9d1b4f3243048bbacb8d8b6e3818a25de07648dc23bb 0.05 MB 126 84
257,992 257,992 000000000000000713c38cf03189aef6a6d31ae0e8c8127c810117a9184fea62 0.16 MB 356 110
257,991 257,991 000000000000002a37d50d0f4957f6f422de28584b0b414ff4152ee6884acd78 0.07 MB 110 72
257,990 257,990 0000000000000012ac56906a609ec2cb145dbb0881957e99dd4c6dc3466c172e 0.05 MB 118 99
257,989 257,989 0000000000000013560f9f1f328ad98b5030bd81f4d2c52d7a1dccda075c1e07 0.11 MB 239 99
257,988 257,988 000000000000001b2f3e0761207a2de19f5817aef0d9da8784dd961ec680e8f6 0.14 MB 345 105
257,987 257,987 00000000000000250ac41678ca8880900bce9cff68ee04775fdee9b282c55350 0.09 MB 179 96
257,986 257,986 000000000000001ecc7c69578f289c929decdd9ec07147d6902cd49efb95f3a0 0.01 MB 16 83
257,985 257,985 00000000000000312174b5d483055e402140324d428ad17501e7c68e99472a38 0.09 MB 200 95
257,984 257,984 000000000000000d4a5264b1fd9eea54e8a9695a148f9e3ac210fb5a2eda0cc8 0.03 MB 64 71
257,983 257,983 000000000000002c2edb564089a24f8fc710febe4d7b48c0252090abcf3526d2 0.16 MB 406 112
257,982 257,982 0000000000000007b9ca211b758ea3ac435135c04268bd94cc5e2f372fb4fc7e 0.16 MB 397 148
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.