Memory Pool Memory Pool Refreshing

54,355 transactions
33.61 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,759 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,719 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,758 (752,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,016 123,016 00000000000051a18d36a15475b626f962b23ae2c356d07551049e233abf47bc 0.01 MB 25 2,252
123,015 123,015 00000000000001b0e9c6ed7c37333b65d0a7fcb5660945f50231ba8b41dfd8b3 0.01 MB 19 521
123,014 123,014 00000000000055c2c78c687e8a9c059863018d7bf865a04d0dffa01cda0a859e 0.00 MB 1 0
123,013 123,013 000000000000538142dfd628bcf2b60c75b817e43a7b0c637652f53e76568392 0.00 MB 15 970
123,012 123,012 00000000000062ff04390abd9dfec47bed270598147016528b827febf99c3a16 0.01 MB 10 219
123,011 123,011 00000000000014abfb6a73bd0623912392cf8350693f8c7ebc8319279e9f5314 0.00 MB 7 322
123,010 123,010 0000000000003e2bd22ab38d26ca7613ef5a97b6b3652cd2e31ed44f6fed5a7c 0.01 MB 11 767
123,009 123,009 0000000000000a1241ff6ff2eaef91d58514ada8da59437d713ec38d79c2f123 0.00 MB 6 0
123,008 123,008 0000000000004b3ea23d1e5a9428a2651fc94af4172f313d3adfe41207f22d2e 0.02 MB 21 48
123,007 123,007 00000000000037f9174a804c985384ae746af3491cd04e5e68c557a11738fcf1 0.02 MB 58 165
123,006 123,006 00000000000023bc3fa8f6caee82f8f2fed24e2271a27a44eb3b7afbcd9d7219 0.00 MB 8 598
123,005 123,005 0000000000006917dc4406a95925d321a6a149e7fd9753e747233ae34cc0f209 0.01 MB 14 1,146
123,004 123,004 00000000000013e0e8eb0ad5e8d5390fbb716cc106056048c4ec4673c06e9c01 0.01 MB 36 2,800
123,003 123,003 0000000000001e1917c4c6dfc89d9d6b9fdd195dba25b2d6b2d955c9a698641a 0.00 MB 10 0
123,002 123,002 0000000000004c040132618e0cf3df969278143eddd72c9a8bca93d50c132cda 0.00 MB 14 231
123,001 123,001 00000000000020bc3da483fd21f92f69eba87698826759d72bdf30e980da1f61 0.00 MB 11 302
123,000 123,000 00000000000069b73594b10aaa38beaeadc6d3f28cab8d76c4a6ac182694fd41 0.01 MB 15 358
122,999 122,999 0000000000001cef12c853c69f971de8bffb98cc165ddbddc9fca991cdcf71eb 0.02 MB 44 1,647
122,998 122,998 000000000000624fedc47c6d44a085aebc984a39530f02ef823c8896d5465130 0.01 MB 34 504
122,997 122,997 00000000000067d25c50d90205d30d56a4b227d2eda41ff8d77bce552b35e44f 0.01 MB 11 720
122,996 122,996 00000000000035941c21d792760418abf016ad10aca3bf19d8367df318d60350 0.00 MB 4 1,617
Previous 10 blocks ↓
Total Size: 710.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: 632.37 GB sent, 12.58 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.