Memory Pool Memory Pool Refreshing

45,757 transactions
30.76 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,479 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,056 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,478 (390,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,561 471,561 000000000000000001434fb0e5cc5e521de59bff70c325185a5c67bd5418c61a 1.00 MB 1,831 208
471,560 471,560 000000000000000000a1782a9d78672672e4291347c47ac3206ed8716bb4952b 1.00 MB 791 96
471,559 471,559 000000000000000000d58ba85b2ddedc1f467b1e1c49c47cf62d4d970dad7ab5 1.00 MB 87 30
471,558 471,558 0000000000000000009a4e72a1863e42fdfe1e08e6d547d4528049065d69454c 0.78 MB 1,685 262
471,557 471,557 00000000000000000068a8adc72fc41299105053e6059a3f6dcd2e0dc2fd2fcb 0.71 MB 1,661 282
471,556 471,556 0000000000000000009b7b9cfd79b8e50300cfc0d868bc91d7aa97f197e4ad86 1.00 MB 229 54
471,555 471,555 00000000000000000100269c14d28be7ad5958352894dbe4ec3e3bd5655fd077 1.00 MB 1,048 47
471,554 471,554 000000000000000000d3c34981044f8c2cc64962c30af9f4a37e0b12a44130d5 1.00 MB 2,517 261
471,553 471,553 000000000000000001443370600f1d7e14277ba7e11d8d04418d9f51d4a78a4d 1.00 MB 1,837 279
471,552 471,552 0000000000000000012c939dd17212eda161bbbf98fc5f1bafb74abf0147aac0 1.00 MB 2,304 312
471,551 471,551 000000000000000000dcbdc1731d65f96ec63d217964debe3b6794b39fa6089f 0.99 MB 2,343 293
471,550 471,550 00000000000000000110128237bfa4fa9b745a3b6d304581a63760a57b7f5a3e 1.00 MB 1,759 196
471,549 471,549 0000000000000000015b791c0c7b5c35ce7d80f524e3d03e9ab4302ed7dcc77e 1.00 MB 531 70
471,548 471,548 00000000000000000005871e75ca60627d0460f7ab74172596a924e4f7515aad 1.00 MB 1,301 186
471,547 471,547 000000000000000000aaf2d3ce8c02ae98ff09f14eeab1eda4a575569c0c2dd9 1.00 MB 1,540 128
471,546 471,546 000000000000000000398df8eab20af6fe0e51607f9a50370d11483cd9f7b776 1.00 MB 2,468 227
471,545 471,545 0000000000000000011adc6243e27662f60b8d987dd2a82153caf3f964581fef 1.00 MB 2,037 270
471,544 471,544 00000000000000000048bb0ce92a35767f80d739716256e149ea8877f6b04733 1.00 MB 2,354 327
471,543 471,543 0000000000000000009f241ffaa200cddc2caf04116bc7517ccf3036d8d5788c 1.00 MB 2,068 137
471,542 471,542 000000000000000001295d4d706b81418b67a9265e08712bacfa97b2283fbca3 0.99 MB 2,069 329
471,541 471,541 000000000000000000f7e460ae46f412bfe4f921baac8dcb694d33bc4d9582fc 0.99 MB 2,234 344
Previous 10 blocks ↓
Total Size: 685.08 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.92 GB sent, 105.89 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.