Memory Pool Memory Pool Refreshing

10,318 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (658,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,205 249,205 000000000000005222f2a99625e3cbf966c7e8f951384792292d2735be489c37 0.11 MB 201 110
249,204 249,204 000000000000007fc26c27392f29be9ea815c5a1c982cb1edfa852f25ea3a6a6 0.00 MB 7 147
249,203 249,203 0000000000000085ef1de10acaaab8eec11f02f4d67ee14b59bf49fb9e93a74a 0.11 MB 222 114
249,202 249,202 0000000000000059a456d612a4b10919271fc8ecb8bbd7ea2761cfe0d64d2592 0.12 MB 186 78
249,201 249,201 00000000000000321de803f29606b32a1e0952c45497732e4f56084aa92b0a0d 0.04 MB 105 140
249,200 249,200 000000000000001024604a15425c5dd246e5ab42aeee2f546f028ec24838c0ce 0.07 MB 128 97
249,199 249,199 00000000000000694644e8fe819f794849e5c5c9f95854c03fc0f96a686dad25 0.05 MB 71 103
249,198 249,198 0000000000000039ffefda3fb770910cc3086e148e471d9bf7447d092f8dbe20 0.02 MB 44 80
249,197 249,197 00000000000000438801c67a65917e844a00a66a9a71e1a20aef96949a036028 0.02 MB 46 90
249,196 249,196 0000000000000068cc973fc42d75aef5c2aeb7b3dc8e947e937cdc1575487989 0.04 MB 95 119
249,195 249,195 00000000000000004622f2f567e77d099b44e68152c43d1b45e483a880394bb5 0.00 MB 7 34
249,194 249,194 0000000000000087890f87e9d3ce41e5673af7cf0d55e2ed8ef2480a9f9f86cb 0.08 MB 127 103
249,193 249,193 000000000000003afb2aebe7f9ecec9126cd1443b5bb4604096d771f41b674a9 0.04 MB 97 154
249,192 249,192 0000000000000050a87e9d0a534814ffd25f1c54e88897305a9d75e549f00474 0.07 MB 137 119
249,191 249,191 000000000000005f16192922bea6e9e6b3b72cbf00feb670554a99a3a9a52e1c 0.03 MB 65 105
249,190 249,190 000000000000004be3287a1ddf000dd1779bb62d3c678f8fda1d13c710142106 0.07 MB 165 125
249,189 249,189 00000000000000809245ee1a866cf7c840a91ad337b5e7ee7bff4fef45a57b0b 0.02 MB 43 134
249,188 249,188 00000000000000878fad18f4a32c1641cec4dadb85878321fede090c92ac6acf 0.09 MB 174 100
249,187 249,187 000000000000001bcdc8403d5bfb4f605e7a431dda284c58117379ec57b013b8 0.11 MB 229 141
249,186 249,186 0000000000000071eda1c2586d20f88a07d59c37f007287f6a4f5b7c06e9ab2c 0.03 MB 73 84
249,185 249,185 0000000000000045901e750ad2c5112a267945775c7ba6181ee91838a7a6c11a 0.10 MB 256 157
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.