Memory Pool Memory Pool Refreshing

24,203 transactions
27.99 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,508 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,370 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,507 (69,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,508 793,508 000000000000000000037f89f13d9fc08c5d6f9eedaa9f35ff889c2a828c9eed 1.65 MB 2,052 38
793,507 793,507 00000000000000000003560d54731b4e52b7f4e0a25ca869b5599637d81f3bc6 1.74 MB 2,036 36
793,506 793,506 00000000000000000002717be1e3275e9c0e8a3cc1c92b214883e0b0924682ff 1.56 MB 2,812 60
793,505 793,505 000000000000000000041fd8b6e6ed83772c41b225179b0da415ec8f2becd824 1.13 MB 597 15
793,504 793,504 00000000000000000004a48c144ee7e7c7cb7404df2829aba9a17816c7a0d4a8 1.60 MB 1,484 24
793,503 793,503 000000000000000000015b4935c09643ab9df8bd59100204371978c48be3dde4 1.49 MB 1,663 27
793,502 793,502 00000000000000000002e144b21202c0605b2bff95bb277e17119a3f027aa07a 1.78 MB 2,359 34
793,501 793,501 0000000000000000000215dc9cd33330f207ea55bb1b1b0f7c55e9c0f121f728 1.39 MB 1,491 21
793,500 793,500 00000000000000000001fc074b3da007b6fa399056f0c592660fd9a1911fcf11 1.73 MB 2,862 24
793,499 793,499 000000000000000000009cc48d719e14e6ff06b2017da0a9050e304380089d8e 1.71 MB 2,875 31
793,498 793,498 00000000000000000003751772f4214e55aa74dc1ee48b1a47b92db8b651df39 1.81 MB 1,863 24
793,497 793,497 00000000000000000005015813762c10e7d7ab52758a7638c191c0d254d51e32 3.16 MB 862 42
793,496 793,496 000000000000000000023b16c80a0e9edc8b60b403f3dd00749af09d6fb9c3d2 1.69 MB 2,457 58
793,495 793,495 000000000000000000035b7acda810aa65e1b8e803488e73368299ea552f3793 2.88 MB 1,488 39
793,494 793,494 00000000000000000004cfcb30d2381de4e64169d412bae3c8d737db83c62bde 1.78 MB 2,068 35
793,493 793,493 0000000000000000000394e745f04da7261803b13d628cbf08627f53e8998b3d 1.62 MB 2,646 52
793,492 793,492 000000000000000000035d93474fd7ffc9cd4c16dc2275f927fa9472c52fd869 1.39 MB 1,951 25
793,491 793,491 0000000000000000000140385334c83c57e45b6eb14ed5ed12b454681fe5e9e5 1.10 MB 334 15
793,490 793,490 00000000000000000002db0ceff132a9cd1e6de8d7ed5f2ea9fa45fe4921dbe2 1.15 MB 700 17
793,489 793,489 00000000000000000004a8f7aa796cf32f554c39cceca9e5c26a796f40c002e0 1.01 MB 182 13
793,488 793,488 00000000000000000002bfc7b8c647d3e12b39c5e6c7c68cb6004a59f547b36d 1.28 MB 1,370 21
Previous 10 blocks ↓
Total Size: 687.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,506.51 GB sent, 119.19 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.