Memory Pool Memory Pool Refreshing

6,173 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (790,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,105 117,105 0000000000001ffd245400b97cdbc66407fdceba0f2a7858a9148d03feca697a 0.01 MB 17 1,794
117,104 117,104 000000000000450129378a04607ddb796b2e069ad9605500c0329645f897516b 0.00 MB 11 0
117,103 117,103 000000000000033adb66dc9443c9dc78df6802b29f1a6fc204eb1890866b3075 0.02 MB 30 887
117,102 117,102 000000000000bd06ded508e2fa3946654633ff9c3f8fe704524f63272841f942 0.00 MB 9 0
117,101 117,101 0000000000004319070e4f7d3a5e4fe928122155555a883f437a671eb3840108 0.01 MB 23 226
117,100 117,100 00000000000093f0e35420d98c2ddd3d02c4d50bd1e809d8fafc3e2bd468a424 0.00 MB 1 0
117,099 117,099 0000000000007eef817060460cf701256652f8b4c51df133ba1eb42767933162 0.00 MB 12 342
117,098 117,098 0000000000002466c21546d4fcb1461664fffe9566776cbeeae24474eaee9d6e 0.00 MB 6 674
117,097 117,097 0000000000007b2e1ff982782ffd6757a3ee17f8663768d0c13fbd9b2def90dd 0.01 MB 17 1,298
117,096 117,096 000000000000c97d3278b28ea6c286b0f47125f83e24e248f87f08bf9c237aec 0.00 MB 13 588
117,095 117,095 000000000000abe5a0232a16f90095358577ad80229778102ee634437e8d2a51 0.00 MB 12 0
117,094 117,094 0000000000006e139bbb2c9d8770158909a9ee16e87cbda57b7090f2b270aabe 0.00 MB 8 1,162
117,093 117,093 00000000000042c3315e4e9611e072638831b7b348b47561f2ba3cd860055306 0.00 MB 9 675
117,092 117,092 00000000000017492fb58564042ed79c5bea4b3a8ba7a9dfb5edc9763dc2cf14 0.00 MB 12 0
117,091 117,091 000000000000b8a44dd0b8bf0ce104c239b7f25f20df4cbc4318b2dd9d39ee38 0.00 MB 12 0
117,090 117,090 000000000000a27b8d06b7353e6c1d7f8b0e01449e85cbd4bda93645c6e154f2 0.00 MB 12 0
117,089 117,089 000000000000b836fe0c1fcbdaa0229d0608ca7ec9f098871792357b839357c5 0.00 MB 14 1,096
117,088 117,088 00000000000024c3ba00035e20e3f1ec04c59248ebd8a82745937a5fba65f465 0.00 MB 10 357
117,087 117,087 000000000000493120ccda983e085fe4e646cded0844b89e5b8792b71147bb07 0.01 MB 20 680
117,086 117,086 00000000000040c98ba201a883fba3790af596be89f7442af8388e78309df92c 0.00 MB 6 3,863
117,085 117,085 0000000000009aaa66a7faba2995eb86a6c275786be522ef2d3690731ac462a6 0.00 MB 10 310
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.