Memory Pool Memory Pool Refreshing

3,139 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,935 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (904,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,716 3,716 00000000e7908ca097c1f64f8200e2628020a737498b1da835572a2e3dd01c2a 0.00 MB 1 0
3,715 3,715 000000002fb9230b57ef3826fc1a6718803de12a5f65afae84110f3d9605da50 0.00 MB 1 0
3,714 3,714 000000001b606f358619b40b1806a2e9e057af966f91a2168557a3ae4210822b 0.00 MB 1 0
3,713 3,713 000000007a39d479ce2f3f4a365d53de9a767fb312a3dc01df7e00218729035f 0.00 MB 1 0
3,712 3,712 000000005319f8329863834373fc8b7a5daee89be6b871ed5469ab84a59c9eb5 0.00 MB 1 0
3,711 3,711 00000000a5b96b99cfe9dcb58f04797f091322f4bb8048cf0abda4f295483114 0.00 MB 1 0
3,710 3,710 00000000dace704787f744b67a066aae31470415bdef7c1e283bbdb02d8a7375 0.00 MB 1 0
3,709 3,709 0000000042073b28d8cd72071261b3a03a6bc283df9b23512fab140fdc972dd2 0.00 MB 1 0
3,708 3,708 0000000097bc83678a53348e4908e2dd6822828971f3de8bd011f6d19fd97120 0.00 MB 1 0
3,707 3,707 00000000692efff77c79410ae0715c121a6cd4f6c69b04acadcb1b5991c8054b 0.00 MB 1 0
3,706 3,706 00000000702e7b69c325bea462f7190738615f60d5c9531896d5deb3cfec5c9b 0.00 MB 1 0
3,705 3,705 00000000203261e4d716b8705b15d46a94bd85514196033a80c9d9b2407992f1 0.00 MB 1 0
3,704 3,704 000000009393366acdd7be44a073defe6d17b6740d24096f910d413aca2052d7 0.00 MB 1 0
3,703 3,703 00000000b13e0c5ef85501baebff00c7efe94bdd9e8951889bdf46f0e5b8284f 0.00 MB 1 0
3,702 3,702 00000000028275d3efe836133b3601a00a4be1b0b1b54dfccaa2d58148f83628 0.00 MB 1 0
3,701 3,701 0000000014fe4b2f902e7d3da230590f660b4ed8e3029594ac4c3f851f22b13d 0.00 MB 1 0
3,700 3,700 00000000d9edaa8b2912a17d733001a1eac038171ff6ecb2ea9df6e7a0283dba 0.00 MB 1 0
3,699 3,699 00000000870030be2b5d991093731b47f5f03e3f0427d3d5af16e34c22d2030a 0.00 MB 1 0
3,698 3,698 0000000007161cc22392815a573bfa97cc04debaecf70bc38f8eda2dfc832b5f 0.00 MB 1 0
3,697 3,697 000000009e746cb127e60936419f04c4d900daa968ee64c5e6fd54d275f433ae 0.00 MB 1 0
3,696 3,696 00000000b1bd8f4e875a01b9421d70c519309e4af3a5010b8cddbaec32ec8f75 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.