Memory Pool Memory Pool Refreshing

44,175 transactions
30.21 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,477 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,476 (206,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,377 656,377 0000000000000000000a5762f4e00738697db28c18eea54349b8ebdc63ed46a3 1.43 MB 2,503 88
656,376 656,376 00000000000000000003b3a2a870354865d6a556c8d8641a123f5e46d500d0d7 1.33 MB 2,142 32
656,375 656,375 000000000000000000105de4c73571a623ae8628dc3541c0c0f2ca77dd45f16f 1.39 MB 3,242 169
656,374 656,374 00000000000000000004b54555552f8fb3a50f372d7400f709e1e318b27977ff 1.25 MB 1,961 31
656,373 656,373 0000000000000000000d19660a5e6d168995b8cbd2b82f9f393504e53f24d66a 1.40 MB 2,153 74
656,372 656,372 000000000000000000003b4b0c553a8eef2ff1b7617f4108d37811baeb393925 1.53 MB 1,546 40
656,371 656,371 000000000000000000075762afcd9e2bbb7558379a63a04e6668f7835e15391c 1.23 MB 2,122 47
656,370 656,370 0000000000000000000054cb560ad4ab333ccf03193c48c2f5247454b6b2f371 1.38 MB 2,962 148
656,369 656,369 00000000000000000009801f640feaea676bf15a9c206467611870c2ce86639a 1.20 MB 1,700 7
656,368 656,368 0000000000000000000addaa5186948aef85738460970879594acdc54f8980a2 1.35 MB 1,087 108
656,367 656,367 00000000000000000009d68d69ac823cb315c0085beaf5ba2a7c500686fe1bd5 1.32 MB 2,086 50
656,366 656,366 0000000000000000000f3977912d6429c20b1fb8fdd04c625939b9d6bff2db1c 1.53 MB 1,584 30
656,365 656,365 00000000000000000006981051bea429b15eeb4fadda375a570a1888047da37c 1.48 MB 1,681 24
656,364 656,364 00000000000000000003a92ea8052ced7b3b96684138ed9d31e4f29c0a446286 1.37 MB 2,411 32
656,363 656,363 000000000000000000048508c0a7ffc07b677568e9beb4d06cad44c699856f56 1.44 MB 2,080 69
656,362 656,362 0000000000000000000ba0cb0243fa7efdc177a145d5b7ab635dccb1a3b7433b 1.33 MB 2,781 140
656,361 656,361 00000000000000000002867145f9ed66cd22284f3e3c17cbcf7650644b593035 1.19 MB 2,287 66
656,360 656,360 00000000000000000002d85a9105e183267c2d3377a7c4f079731736d3b88b1e 1.19 MB 2,560 65
656,359 656,359 000000000000000000044ec08c82209ea863a737cb33047affdd78e0e0e2e3ad 1.24 MB 2,325 83
656,358 656,358 00000000000000000000ae7a0583c05ee4412678135f14b0f3ea764ce3dc7f91 1.35 MB 2,169 146
656,357 656,357 00000000000000000004cc8615e8064b68d8414c957a5d249c2f76cadac177c6 1.26 MB 1,467 109
Previous 10 blocks ↓
Total Size: 685.07 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,370.85 GB sent, 105.86 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.