Memory Pool Memory Pool Refreshing

65,078 transactions
31.30 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
864,632 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,556 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,631 (126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,505 864,505 00000000000000000002109ddad1ac878006fe5f83dfd5c9a882290cd3c81a24 1.46 MB 4,989 12
864,504 864,504 00000000000000000001081d5fa38334114cbe570b2bda596ce77c89a37ae6d6 1.51 MB 6,776 10
864,503 864,503 0000000000000000000127354abca174cc5b77fd76b47441ac1fc12deb185489 1.49 MB 6,722 10
864,502 864,502 00000000000000000002ae69d2cd33730049c489e3b1f1693ddecf189631a6c3 1.54 MB 6,676 9
864,501 864,501 000000000000000000027813f8598b617f2c44f316e9fc1df216659da0107d0f 1.52 MB 6,933 10
864,500 864,500 000000000000000000010bfa26f4b82a904d3a608292010068a251c0b859318a 1.53 MB 6,559 10
864,499 864,499 0000000000000000000100b29eb540771a7d3347810741cb4c825fec710ab6c0 1.54 MB 5,762 10
864,498 864,498 00000000000000000001b5c89e656b86f99cea0a970bf22a1878d2245c61cd55 1.47 MB 5,860 7
864,497 864,497 000000000000000000004e2cd7ed21db263f8a68e6a9a1628bac9424ac869ae0 1.50 MB 6,785 7
864,496 864,496 00000000000000000002b4994fbba114b58b1b5844d9ee97896ac0ee605055f2 1.52 MB 5,472 10
864,495 864,495 000000000000000000005d72be138356771fd5ea58e9261bb5d381edabb0836f 1.52 MB 6,790 3
864,494 864,494 0000000000000000000119e3ac9a3cdc244c55bd3f4798dc893ca4178d510093 1.49 MB 7,206 5
864,493 864,493 0000000000000000000152c3eb1421956ff74c7349885b62d0731450e918b99b 1.52 MB 6,109 6
864,492 864,492 00000000000000000001662aa1e5b3a74495a2b03fb046ae3e2d2e197d8509f2 1.54 MB 5,590 7
864,491 864,491 00000000000000000000d25107ab73b5668ef52df769ad2e0837f8786daf8367 1.58 MB 5,433 4
864,490 864,490 000000000000000000008263768a6413752d00a628184457adff02200eb4aa51 1.64 MB 6,148 4
864,489 864,489 0000000000000000000209b5cf8b8f28275abf618ea4b01bc84ccd38dc978991 1.51 MB 6,727 5
864,488 864,488 000000000000000000018457de1bd255d8bb852046f024cbd0dfe23acede952c 1.51 MB 4,765 6
864,487 864,487 000000000000000000000687999e1f291e20df305b04ed7635a0c077f402760d 1.56 MB 5,706 8
864,486 864,486 00000000000000000002d5d351f1ca23346df464160352b04d7e4356eb4ff8b1 1.59 MB 4,489 6
864,485 864,485 000000000000000000024f4a851a3ade7c27c289118ac8f31b79fc2a5f0f8ef3 1.52 MB 5,386 6
Previous 10 blocks ↓
Total Size: 689.22 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,645.19 GB sent, 134.92 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.