Memory Pool Memory Pool Refreshing

38,320 transactions
25.17 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,062 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,061 (47,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,171 814,171 00000000000000000001755df1ea1c6c28c7311f6bd1e1777c2fd1c72f44e099 1.34 MB 1,757 8
814,170 814,170 00000000000000000003179cc0547e228b641ce2adbafc096bb59aab19a9bd5e 1.28 MB 1,398 7
814,169 814,169 000000000000000000047562814689b12957cd493c9a7b019083ec8c0caace3c 1.79 MB 3,277 7
814,168 814,168 000000000000000000033f6459ad8ccdc282c81f803a7db59943fd1fba600ca4 1.66 MB 3,632 13
814,167 814,167 000000000000000000047c1ee715e8e31311c40ca69cbdbe5d5afdba119ada03 1.68 MB 2,119 14
814,166 814,166 0000000000000000000045c53500989a31bda3f5cd17cf5090d87663720c8afd 1.55 MB 1,591 14
814,165 814,165 00000000000000000001d9e6e3adf4039d579331876c932a2f7afac2fb7c2281 1.65 MB 4,070 8
814,164 814,164 000000000000000000044b9c8391a5e1ccf87ef8132b9213773fbdf60ae408cb 1.84 MB 4,653 9
814,163 814,163 000000000000000000041ca594e0a07d46e2941701e4ba220bdb34fe49b01e21 1.93 MB 5,380 14
814,162 814,162 00000000000000000003d9baa40102f62c931a350a157dd7557b804996d37c46 1.69 MB 4,587 11
814,161 814,161 00000000000000000000fc7182c08883f35c36a00de7f2166822f906a13c9b74 1.83 MB 5,192 12
814,160 814,160 000000000000000000049179284422a3cb2867cc70650061bea222f1bbec0617 1.91 MB 5,528 14
814,159 814,159 00000000000000000000a165daed5e18eb8c8d2b44a8382ba5d9e1f7854334e6 1.45 MB 3,160 19
814,158 814,158 00000000000000000003b992427977e481ba80b4edbac1f62cc683b0e94bf9e9 1.79 MB 4,801 20
814,157 814,157 00000000000000000001498938d083e38435e48842a3aa0227cf39a6bc29175c 1.54 MB 3,330 19
814,156 814,156 000000000000000000024d221ebdfbfd4034cda83d289e461ab0b44c5952032e 1.97 MB 5,915 10
814,155 814,155 00000000000000000002728ab9b35dc9802aa86e02108fe2fd1af919c5e9f77e 1.83 MB 4,907 10
814,154 814,154 000000000000000000015850c5d95e7b92756c749daf2dbef8326d3a9bf568b2 1.80 MB 4,878 13
814,153 814,153 000000000000000000024a7e8a4a25d15a34ab176d29cb282630d1bad802f372 1.88 MB 5,074 15
814,152 814,152 00000000000000000001689b96c27a5b3e078f82ba479b154ad7aab39817058b 1.97 MB 5,596 9
814,151 814,151 00000000000000000001e29ecfd9a462cfd0f526c2af14dcab040c45e218bc63 1.72 MB 4,442 15
Previous 10 blocks ↓
Total Size: 684.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,332.41 GB sent, 100.21 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.