Memory Pool Memory Pool Refreshing

2,266 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,259 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (5,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,406 902,406 0000000000000000000095628269ed059a13b6c41d92d64907bab8c6e11c3734 1.91 MB 3,377 3
902,405 902,405 000000000000000000014d33c4286801ec1a61fc596242c4ba10fc984e53ffc2 1.59 MB 3,193 6
902,404 902,404 00000000000000000001482b9626407c52cfebc418fd3f9f8f0587036c8c639e 1.43 MB 1,530 2
902,403 902,403 00000000000000000001648ee2f349dc604e1ac360982af3d873c80aac00bcac 1.61 MB 3,917 5
902,402 902,402 000000000000000000008154b52be28727cc2e4b0895ea619bd45404652c25be 1.63 MB 3,475 2
902,401 902,401 0000000000000000000113c4828d09137149fed5b0040c336835e57a675fd35b 1.57 MB 3,150 2
902,400 902,400 00000000000000000001b763733afb5c67f77c1275eabb1154ea269dbf78a123 1.44 MB 2,303 2
902,399 902,399 000000000000000000005d475e3cc65a4c660e0fd65f87fb69726ba1afb9ef43 1.48 MB 2,068 2
902,398 902,398 000000000000000000012ff296a581c1f09f9e601b08376d83b9daf12b53f606 1.60 MB 3,274 6
902,397 902,397 000000000000000000019f0067949dce960f0918221fd2a5f6552f8216d1d5ad 1.78 MB 3,701 2
902,396 902,396 00000000000000000000a385664aaa13d6942703ffa2aefdb5f5974381694979 1.70 MB 3,274 2
902,395 902,395 00000000000000000001d1da3cd50c23a58d6f5358696578f13cc682a5e60317 1.53 MB 2,926 3
902,394 902,394 000000000000000000000e5ca9069cd1b6424c588c2aa2d5bf2a827b5b7c4bf6 1.65 MB 3,513 2
902,393 902,393 00000000000000000000cb824a1a801548cb2574151d099dc9266bc80cfb767f 1.18 MB 764 2
902,392 902,392 00000000000000000001e4967f07bf24c7f935d2dff88618e9ebb950c7a33c0d 1.24 MB 1,096 2
902,391 902,391 00000000000000000001897231c3495b7e3528b83ca14f66f0d46c94a9957e66 1.19 MB 724 3
902,390 902,390 00000000000000000001973ad23eed8cdc089ef1c154ac34074f1051fa1bc37e 1.08 MB 355 2
902,389 902,389 0000000000000000000075cddc66c2fa60ec2ac52f8c338f3339dbe45561e6ae 1.33 MB 1,300 3
902,388 902,388 0000000000000000000037f77e4695367ef79fb6de7d0a26a33fed09b8f79d2a 1.32 MB 2,072 6
902,387 902,387 0000000000000000000118537a83f43181d1a758864d4fbed2c60039ab6943a1 1.45 MB 2,417 2
902,386 902,386 000000000000000000001155b0612281343ead5c8019922d809bb91bc2e183a8 1.62 MB 2,852 3
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.