Memory Pool Memory Pool Refreshing

8,728 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (604,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,015 303,015 00000000000000000e8f53254828335d1cdc2e69cde52faca0d25c27fbc65ce4 0.17 MB 336 31
303,014 303,014 0000000000000000422b07d251cf4493fae9d74e5c44bfe92a9fe79597af95ae 0.08 MB 130 28
303,013 303,013 000000000000000010d6a6216ddb227f91a6dce493f2639a111b51b2a2ae6164 0.13 MB 291 41
303,012 303,012 000000000000000042af95978b61c019eca9dbb47d72eb7878ebd7da5282751b 0.04 MB 43 16
303,011 303,011 000000000000000019e9d7dc08b8897da4cc639265e0a56d58e7651068f03f70 0.35 MB 462 25
303,010 303,010 00000000000000003183f06541d5928226bf503d35a42d9a9ccfac49178fda44 0.09 MB 112 20
303,009 303,009 00000000000000001800dd79f11bc85c8c7ebb3c1c034608b8486170c1f7acff 0.08 MB 110 30
303,008 303,008 000000000000000050a0a7ab3f4bd956bf6f41b0a7766fa262006178bc9cd5f3 0.21 MB 285 30
303,007 303,007 0000000000000000282fb3f166824c6690a2d8f80422b0e723f2b114d2127902 0.09 MB 93 19
303,006 303,006 0000000000000000132160a12ffc47f540c9c34f813a380ff52cb42c6411e5d2 0.07 MB 108 28
303,005 303,005 0000000000000000177a21d89dd4337a0cd579db50e21eb7e71ec93e8fd09b66 0.05 MB 72 25
303,004 303,004 00000000000000002ad04fffbab735c07a83395418b7900eda17ecddce93ace5 0.27 MB 447 28
303,003 303,003 000000000000000039aeed6430f90f5b8c297b91c77688dd976cfd1986187a74 0.17 MB 266 27
303,002 303,002 0000000000000000031876c7a8d73d47bf6f0f4c4473f215e7aaf8c6d1c833ab 0.34 MB 547 27
303,001 303,001 00000000000000000bb02c740323d2a5a22d286e5d5e441374c6812b2111ef42 0.28 MB 379 23
303,000 303,000 0000000000000000599c62eb9b63a08e8a0a95418caff5ec6af56004f903294e 0.09 MB 183 29
302,999 302,999 000000000000000000b1c9742954cfefc229d5454282cc4a3d02ac9b358a8680 0.34 MB 768 31
302,998 302,998 00000000000000001aad7863fd15551496da41d842fe8e0b8fc46fe19098217c 0.19 MB 412 31
302,997 302,997 000000000000000050ac13710dcd7fcc282171bdff0b16fc260ef0fcbd79fddc 0.09 MB 161 30
302,996 302,996 000000000000000001e80700b4ec1d8a1573de2a46a924b64e99948b92d35eeb 0.03 MB 74 32
302,995 302,995 00000000000000003bcb424a0a11bd38e7967728bda79f6d65a4d13a6be0fea0 0.30 MB 491 27
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.