Memory Pool Memory Pool Refreshing

4,841 transactions
3.71 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,297 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (882,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,292 26,292 00000000a2f720d0bf5a3c6ec529d8fa361b3647f36fb3c17fa6509c8039774f 0.00 MB 1 0
26,291 26,291 000000000d89acc328b9d268e5d696660fa8edfa0bf597cd65f1e524b54605d9 0.00 MB 1 0
26,290 26,290 0000000047a6b64a1e785a29c6cb1c4e7f2d3a5aee31e05eafe5339b29c9ab12 0.00 MB 1 0
26,289 26,289 00000000ca5357fb4dce19b71af7ba6f66f4e0a9a57824de2596472461fa6a7b 0.00 MB 1 0
26,288 26,288 000000001c2c9248b538b1fbc5ac9f8ead7586b0c09517f037961d1b3c219742 0.00 MB 1 0
26,287 26,287 00000000792353b46be1521c4ee9c39448f80bf5f70cbd07ea0239e0a00030db 0.00 MB 1 0
26,286 26,286 00000000db140d9e4130a4718ef0c21eb2a617f00c72bd6ecbb88df41eea680f 0.00 MB 1 0
26,285 26,285 00000000a0f1acc05b98676be4ad5c0af0a0c269eac4b9f837d7f274c0852e0a 0.00 MB 1 0
26,284 26,284 0000000021e8c6e09da17e444ff6b28d0cc7f2cb471b4ac868de07a32ed40114 0.00 MB 1 0
26,283 26,283 00000000ae2097630f384f35ae89dad6ca9fbce8bd62efd5a4bf38d1bd69e365 0.00 MB 1 0
26,282 26,282 00000000aea1d6ccb353c55127c22ecf8ee0172ed0861c8e80dfc9dc48ab6cde 0.00 MB 1 0
26,281 26,281 0000000032a4ba8f9de43faee3ed075fbb1e4f67c1990e64d1ad3c871cc687da 0.00 MB 1 0
26,280 26,280 00000000a22879dec2e2f573672da7d6d75e690fef0e1a7da6517b04efe56e97 0.00 MB 1 0
26,279 26,279 00000000c0b6826d4225215f5c0970ecd7039d5de6119165b241dfc4f85c3d2b 0.00 MB 1 0
26,278 26,278 00000000183e634ab6440e6d2b9aee0032154fcdea7d83a217665add661b7836 0.00 MB 1 0
26,277 26,277 00000000428460d0b683b61b74339907571f2ee6a0c3f5f4a83097b7725da1f2 0.00 MB 1 0
26,276 26,276 00000000dc9ef82b13115a356229d768e5b15919ce38c0a133b6a66489e67d5c 0.00 MB 1 0
26,275 26,275 0000000042562556b55941fa2a72c5965df573bf864d79f5dd65ef04996e2fe9 0.00 MB 1 0
26,274 26,274 00000000c13610092f1b892b84e35235684c4737c25b848058a6d4388e2d1b2b 0.00 MB 1 0
26,273 26,273 00000000e9a45e3da5390f10c755c17861adb1d34f8d7c568517295e028d9656 0.00 MB 1 0
26,272 26,272 00000000778c2a1bd0c67e63d986b4529b489ba8f9366b34d7a4ec02f7f88905 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.