Memory Pool Memory Pool Refreshing

2,848 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,848 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (530,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,099 377,099 0000000000000000039b021e4aa2d2b13e03abe7903355d17b5f6131e5f433c9 0.21 MB 497 35
377,098 377,098 0000000000000000063c8472bd3cd1459f6534eb85ac2c3765960639c43b885a 0.28 MB 679 38
377,097 377,097 0000000000000000082290971fde4fa46f785db1d7c0bb55170f07fdc325d00e 0.85 MB 1,814 38
377,096 377,096 00000000000000000eecec3263723d6876063855e340a72f319fa565091da0d8 0.82 MB 1,752 38
377,095 377,095 0000000000000000054cf59332894d24f1dab96ad140fb7d460f1a0b8eee2ffd 0.15 MB 316 36
377,094 377,094 0000000000000000018fc03e04c0550cacc530e0dcb51bd68e3e64b81a2f833f 0.68 MB 1,433 35
377,093 377,093 000000000000000003404cc1780e570b070c26712ae0108f1cc51a75b6cd9d64 0.53 MB 1,093 37
377,092 377,092 00000000000000000b6a4fc722bab7a1ebf7dd4c73fddaedbb9606f8b7263e8d 0.18 MB 255 25
377,091 377,091 00000000000000000142e370aaf78f59fc668cf8a06a54c6548c5b8b4f5cfa75 0.68 MB 1,478 36
377,090 377,090 000000000000000001b9ddfd722fb902cdffce58f80899c46d25a3d088e09eaa 0.43 MB 921 34
377,089 377,089 000000000000000004a24a396c1077a0089572123df7c3e2732c258374dc2fe2 0.37 MB 770 32
377,088 377,088 00000000000000000d4af7e3d1612fc584e8eef2d61806fbad665648e10063d2 0.50 MB 834 29
377,087 377,087 0000000000000000022ecf40cfc7311e993f9a22d966b9fceee46a831143ded5 0.91 MB 1,161 23
377,086 377,086 0000000000000000102ab030192a21464b1ed14127db49e55d1b310fc831512b 1.00 MB 2,103 37
377,085 377,085 000000000000000007833f6695a5788d369291a05821b2ba54c009606af945b3 0.20 MB 446 42
377,084 377,084 000000000000000006eb92c4e7a4c9d24ffad72aff9d100b88c1071625e44e2f 0.31 MB 655 38
377,083 377,083 00000000000000000783b817012e65f8788617f6725cbdc4e1f09ac9c4f7dd8c 0.17 MB 204 27
377,082 377,082 0000000000000000063028bb0f60e02a812ecaf1055b408da235b8710782e354 0.31 MB 611 31
377,081 377,081 000000000000000005d1f037a64bd1576ac84c169c51dfa444d94806e425999a 0.18 MB 397 32
377,080 377,080 0000000000000000108249ec807a0ca1359cd2e58eab40336b344a3dad6eb8d4 0.66 MB 1,576 38
377,079 377,079 00000000000000000dcd0069c0fde78a6ca87277e89486be27f1c26f6db268a6 0.07 MB 124 26
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.