Memory Pool Memory Pool Refreshing

1,135 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,566 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,107 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,565 (854,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,411 54,411 00000000094cc2c13d004637d4f722c5b904b3dca0dddcbb2b7dc42f4b029a74 0.00 MB 1 0
54,410 54,410 0000000005d4d1e1207b9203d3caebd95d0466768a394070806f057d42e32892 0.00 MB 1 0
54,409 54,409 0000000006957b7cd9d694c2e5ce18ce8011d4ded608b3ce44fc6208e3a8b4bf 0.00 MB 1 0
54,408 54,408 000000000a5af940d2ab381a085f0d45d1069ed03cf2b9ed4f2c1a490c373e10 0.00 MB 1 0
54,407 54,407 00000000096f7bc1a7f4da3fb5eab88e5d50e1bb0fa5ec9170435a1cb03b59f3 0.00 MB 1 0
54,406 54,406 00000000005e9aa075b667a5afcb21e95ea44e8215ba545e143906a86d72bef3 0.00 MB 1 0
54,405 54,405 0000000005866fc6126f384bccd9a5ec41aa794ff1f11e0f98edace94414ef45 0.00 MB 1 0
54,404 54,404 000000001030fce9f470b72183f72f416362bf14ed4d93f8d5dcbec9bc6773ab 0.00 MB 2 0
54,403 54,403 00000000151e89560c04824965283093e689e3c308e220f4317d5d6f9d7f9133 0.00 MB 1 0
54,402 54,402 0000000007925b6b39c5613d3510e9879f0d7263394e972d093f83dca5f1c610 0.00 MB 1 0
54,401 54,401 0000000016353e77dd80cb56062915e69c67493c67ba0d15f53380321cb7be75 0.00 MB 1 0
54,400 54,400 00000000153b400f2d4fb6a3b4d1d122f526a07626c087a49381d8258cd00f81 0.00 MB 1 0
54,399 54,399 000000000bde4b2c81ccf5abea59a8dc596a2813fa4ffc1c2f3cd9b140fede2f 0.00 MB 1 0
54,398 54,398 0000000014f9c994a9c5cae6c8198a78f1ab43eb80526fe9274955bbae157992 0.00 MB 1 0
54,397 54,397 0000000009cf436e0a2270380ec8d426921b956ca2be3f51b270fd70f715c576 0.00 MB 1 0
54,396 54,396 0000000004231d7a6a013c9df443e7524661abde0b5f53d1f971d371477fe6f8 0.00 MB 1 0
54,395 54,395 00000000078938b2d1d5997121d009c1977fea2e142f4a2ea1a1b0883c97325a 0.00 MB 1 0
54,394 54,394 00000000129c467816ad077ea759c04672eb77d7cd925347008aa5568a75350a 0.00 MB 1 0
54,393 54,393 000000000e03ed4d4a5af9e16fd7a314d18259271c6be32602e8c1128f3106ed 0.00 MB 1 0
54,392 54,392 0000000010c19a46759167af62a38855ca03d758a7d11533347e36cf42be9637 0.00 MB 1 0
54,391 54,391 0000000003410876212ba8874f7d52b499816d0f662635e466dd58112a89d868 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.