Memory Pool Memory Pool Refreshing

88,313 transactions
32.56 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,344 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,664 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,343 (324,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,551 547,551 0000000000000000001a0cb941eeecf7c6d56bb21713ae20d59a625cc167c543 0.30 MB 822 23
547,550 547,550 0000000000000000000e5daf1f5fb4782679da45605fb182fd7344909e7f0f23 0.84 MB 1,347 14
547,549 547,549 000000000000000000159b89009f1a4459ed86fbb20d1321c704a00dc7aaf10e 0.19 MB 329 16
547,548 547,548 000000000000000000173b2575d7733ecc5b26ab95e703e0932492b95e5d6395 0.60 MB 632 6
547,547 547,547 0000000000000000000f372277bc16ba69815c395bbe84d335e40b5f71d77f98 0.29 MB 597 14
547,546 547,546 0000000000000000001405e17815d8365ddc288b9bdd04f69a95b9ad4c7a2b4e 1.12 MB 1,562 2
547,545 547,545 0000000000000000001327133dbd00065e715d112c593ed5540fdc18365a1e86 1.24 MB 2,723 16
547,544 547,544 0000000000000000002583e7c37c7bacc877ed2720a1d19c8f05e6f9c950b13e 0.15 MB 428 32
547,543 547,543 00000000000000000002c7d8a5dbd6567a4ff25245874f554a20d9ff4025ffb5 1.16 MB 2,320 7
547,542 547,542 00000000000000000008a6140f0e84554225b4edb89871e0eab1efd9895c33ac 1.22 MB 2,957 16
547,541 547,541 00000000000000000011844e5fdad98636efc57f18a93bc117165db1c4cd3795 0.89 MB 1,671 8
547,540 547,540 0000000000000000001d4729bc62aacabd3382b606272028207066d903efd58c 0.30 MB 547 25
547,539 547,539 000000000000000000262ab8a8e97c708e6182b129c70bf9e7f5d3b672290c7d 0.77 MB 1,530 10
547,538 547,538 00000000000000000010f605bc1637bbdf3bf276d8364b6f02f2e678e594b730 0.51 MB 967 8
547,537 547,537 0000000000000000000bf6f668017d7e84443902361c5e035608a3436577085c 0.92 MB 1,145 6
547,536 547,536 0000000000000000000845e6d12def052714ae57fc9a71fa4715072cadf62afd 1.14 MB 1,423 4
547,535 547,535 0000000000000000000f8edad4963360fefc94e79ddb986109bfeecc304e1531 1.18 MB 2,853 17
547,534 547,534 00000000000000000013df772fa5f035e5279c0685611abc76f54ca3655db7ff 1.13 MB 2,432 6
547,533 547,533 00000000000000000002148ca22602ccfbd01b237ba7f9c82a6a4b2fd1f84953 1.37 MB 2,933 12
547,532 547,532 000000000000000000090b67ca3e9c3610b79e200e1a6e668ec2cbe6c830b8d6 0.67 MB 1,740 31
547,531 547,531 0000000000000000000940db933cf32329e6ec92695fa80b3a0e70c7d1fbe2c4 1.35 MB 2,880 13
Previous 10 blocks ↓
Total Size: 703.85 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: 2,627.99 GB sent, 237.17 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.