Memory Pool Memory Pool Refreshing

21,284 transactions
28.07 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,693 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,692 (405,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,597 458,597 000000000000000001424087e0a051592ea10131e4f038157ac5e98180adb32d 1.00 MB 2,025 239
458,596 458,596 0000000000000000017755ebaa906c768b204f26faa25c90bbc8b692ee929fa5 1.00 MB 2,604 297
458,595 458,595 000000000000000001bf04399a960f933afa730c397d4599d7bcd3d357e29d0f 1.00 MB 2,353 157
458,594 458,594 00000000000000000138830a4398c4f029f888f270631733b517b8a092fc4ebf 1.00 MB 1,814 222
458,593 458,593 00000000000000000214efb55ef94fb990a127deb76b55b04afb05f4481d0944 1.00 MB 1,713 126
458,592 458,592 0000000000000000013e3a49f56839685995263649ad80bf0eed14eaf2edf097 1.00 MB 1,985 160
458,591 458,591 000000000000000001f8f5ce71792ea57c5c98d4851063d6e2002550038c574c 1.00 MB 2,733 135
458,590 458,590 00000000000000000169bf0e21b7c7d2d2e875e617d2fa7357f1391c31d39e85 1.00 MB 3,373 145
458,589 458,589 0000000000000000005e490680053c6dcfdc0f1053bab75f802e93fd15a53191 1.00 MB 2,337 143
458,588 458,588 000000000000000000469f462ce3abb31878bbaa006e9e002877c40c6a4ec87d 1.00 MB 2,008 162
458,587 458,587 0000000000000000012c6bbcbf4987fda425ab2e30514b74ed701cc86731d061 1.00 MB 1,994 166
458,586 458,586 0000000000000000015a81aa15d8de7a064e4e07e9b39e1e5546b992058bdc52 1.00 MB 1,551 259
458,585 458,585 000000000000000000fcea2ca85408931572bc414848191af422d83fe604063d 1.00 MB 2,447 224
458,584 458,584 0000000000000000024866b36a735223ab5d34cae54900326b301a44ed157e17 1.00 MB 2,054 185
458,583 458,583 00000000000000000075085db035cad06ea0cd97af8c6aa9bc633ccd7507b630 0.50 MB 1,231 191
458,582 458,582 00000000000000000152bf6105417102ae856a635f02221e291fcf344bcdd4cd 1.00 MB 3,258 130
458,581 458,581 0000000000000000001ca0f029030be5d91e4ddb2e55f92567f6135bd1cbc92b 1.00 MB 2,131 146
458,580 458,580 000000000000000000976167e00108036c21f236463a4cc077fe60efebd5a2cd 1.00 MB 1,616 225
458,579 458,579 0000000000000000023cd04fd8da5c57710d051f12b77cb2484ad42f097dced0 1.00 MB 1,632 159
458,578 458,578 000000000000000000b288eeb3f76cf00524b57783ddb881d8d3702f6bf4e043 1.00 MB 2,410 212
458,577 458,577 000000000000000001b3f913e509f0838e87acebf842d63a635a55c693c8eca1 1.00 MB 2,035 183
Previous 10 blocks ↓
Total Size: 687.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,517.88 GB sent, 121.91 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.