Memory Pool Memory Pool Refreshing

5,699 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (687,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,593 220,593 00000000000003f5fff0703b0bac535067800cfa18c82a54e56175ebbfb073b8 0.25 MB 661 202
220,592 220,592 00000000000002fb829d2d13060197960dcd480ad2923b953c5adcbedd51337d 0.25 MB 601 220
220,591 220,591 000000000000023e58ba8ea4e9f046b5b0a01fdc23d129dd66e23d0211f11a83 0.25 MB 519 163
220,590 220,590 000000000000042328475b109e1fdb6ae46f515e77faa78bdf899eebbbc42783 0.26 MB 448 137
220,589 220,589 00000000000004943e87ef0c43fba17064d5a723dc40a131aab0a18e1484806a 0.25 MB 662 215
220,588 220,588 00000000000002ef21985dcb31f004e6fb9e19db72f93d1c176aaac5878db1d2 0.45 MB 784 145
220,587 220,587 0000000000000483c44ba058c41c78980d80d1c39b0e3b524498fe8f391c3c8b 0.29 MB 517 88
220,586 220,586 00000000000001acebae1f602f7479b7cb6bcf211f0b67adf9c25adb08f0546e 0.00 MB 13 24
220,585 220,585 000000000000008d2e7c27c9371a3cbef8471ca3af8c83a66522892f09ea2abc 0.25 MB 795 256
220,584 220,584 00000000000004ee8887629996f9ccdcf7ea0f07aa567d43ad2459a6f72dc9b8 0.32 MB 846 143
220,583 220,583 00000000000000df44fb75c1041b8287b528685cf786dcb54dcce5ecffe34afa 0.05 MB 113 127
220,582 220,582 00000000000004398acf070748a47a339f78ffbc4077d29fb26d74979b3d30c2 0.25 MB 877 266
220,581 220,581 00000000000003e3928a13c55b7413222d7b8f4da636b36e8df7ece9d17b597c 0.08 MB 224 107
220,580 220,580 0000000000000066a6ad57faff6052ef22bd076ff60ea6f4232b24a5e392d271 0.25 MB 568 164
220,579 220,579 000000000000040bdd2111c731f461a5d96c7b970540f5a22ce5846436722c44 0.25 MB 891 223
220,578 220,578 000000000000051d9fe0a2e02b0e92a1ccfeaca1004c4e1418a41a9177503888 0.25 MB 588 196
220,577 220,577 00000000000002a40f101620bab2706b8a07bbc93a8a64aff32c1f0c91204814 0.20 MB 318 119
220,576 220,576 0000000000000021768abf3add1ae015260b8f9de0960187886866f0c12509a4 0.25 MB 588 180
220,575 220,575 00000000000000ee61a4b03eae64bdeff12129d54017dbe5e908645e2be9d9cb 0.20 MB 234 84
220,574 220,574 00000000000001a9302e2745495711f9a02c12d962f19525669628afe55caf26 0.14 MB 512 253
220,573 220,573 000000000000001249d1f93eb6737843a2fbbde39f16e68264b18e936532dc8b 0.00 MB 8 346
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.