Memory Pool Memory Pool Refreshing

75,560 transactions
29.43 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,758 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,186 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,757 (268,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
603,543 603,543 0000000000000000000f82ed4e6a5d2f7100668669ead449c84b994a107e71d5 1.19 MB 2,390 10
603,542 603,542 00000000000000000010ea2e805ab01e6c69580f77c8742da843b4f97a084c4c 1.13 MB 1,502 16
603,541 603,541 000000000000000000078f71b99ddd258e9dd8bf3cc0c65d193a16528aaeb02b 1.29 MB 2,977 33
603,540 603,540 0000000000000000000fc0e0bdb138245b437f8b990df96b3a45865419900765 1.18 MB 1,882 7
603,539 603,539 000000000000000000087e3c74e27b5f13190ea24c6dd4945f64e95c7e8c5d35 1.19 MB 2,228 13
603,538 603,538 00000000000000000014847594cde5f4759f0963cde7f653198905e8fd9e4c14 1.24 MB 2,622 42
603,537 603,537 00000000000000000012890cf54702f6e0dccda193a73bc132b42321490df9c5 1.16 MB 2,640 16
603,536 603,536 000000000000000000055785d6eaec5c349a30c63cae566d76235b061852cb7e 1.26 MB 2,945 34
603,535 603,535 00000000000000000001aafc2a7ddda3f1cd8d83f643eb0ef7f4685fd3cbf0ea 1.13 MB 2,347 22
603,534 603,534 0000000000000000001579b097da062f3b8c8bdde4b5df7393f8146e0e3d4218 1.17 MB 2,253 27
603,533 603,533 0000000000000000000304d6b169a090785f8778e4fd36bbd84e043d0bb21d95 1.24 MB 2,485 27
603,532 603,532 0000000000000000000348c21d7ad88fabcc75cb006861e718b1575c909763b8 1.23 MB 3,229 46
603,531 603,531 0000000000000000000a42492c3bdc84779d0c320165914b807052036d3fa26d 1.16 MB 1,996 28
603,530 603,530 00000000000000000008eca7dbb7efb82eda82f6c013337307045a13feed20a4 1.09 MB 1,522 14
603,529 603,529 00000000000000000012987e9fb153b13ff50c57b4019ef37823ea4cbc7b2aca 1.15 MB 2,687 14
603,528 603,528 000000000000000000000e3e8cf167e7cf71b130933a7eb77b50d4e29f4df731 1.23 MB 3,059 42
603,527 603,527 00000000000000000012522388618fa507d2602777266ad681f47b63af7b7545 1.18 MB 2,854 16
603,526 603,526 00000000000000000011a7a41eee68c72a200fb15660403015556a5c590d5692 1.23 MB 3,214 46
603,525 603,525 00000000000000000015d0c5d13751e49599ab7e8bc7c6841b1abcba5560c6f3 1.16 MB 2,840 25
603,524 603,524 000000000000000000051763c863edf8a5254de0011a43709c2a88bfd9f636d9 1.19 MB 2,965 42
603,523 603,523 00000000000000000015b3185ecfa510e4c9ec03a11192a40fefb982a2b0ba38 1.22 MB 2,229 24
Previous 10 blocks ↓
Total Size: 702.75 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,559.84 GB sent, 229.72 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.