Memory Pool Memory Pool Refreshing

74,030 transactions
30.09 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,483 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,070 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,482 (34,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
838,082 838,082 00000000000000000001242c3534db737b8bae35b2a5bd90ff24b57608ecf7fd 1.68 MB 3,210 14
838,081 838,081 000000000000000000007c4901ec5fb42320670126d8b4e9877283f9cf3253e2 1.60 MB 3,434 15
838,080 838,080 00000000000000000000ff5611869999ea04af99bcd8a11c2e4b80081885bd39 1.70 MB 3,326 14
838,079 838,079 000000000000000000029a56eda06bb0bebf78d0fa17da778b2806188817e6bf 1.53 MB 2,620 22
838,078 838,078 000000000000000000028060c723629d1535a2fb284c7666d19719dfa98839c2 2.04 MB 2,462 7
838,077 838,077 0000000000000000000003494186d735ca86b9bbc277ad9b88e358d16c16150a 1.63 MB 2,517 10
838,076 838,076 00000000000000000000093c535338cc54aafec0be6ad849d55c0f55fdc81423 1.78 MB 3,766 9
838,075 838,075 00000000000000000002814492797e38f5d5f6cae9985264f06fd07c311c8cec 1.83 MB 4,291 13
838,074 838,074 0000000000000000000057a469402436347b6dcf843daeae3108e44961c38d51 1.60 MB 2,570 9
838,073 838,073 000000000000000000026c4d69cd445140275fc4f114f67b97015fd3e66982c6 1.45 MB 2,488 12
838,072 838,072 000000000000000000032a62b54d3a7e0d9f726738e9b53aa6c6915361eafdb9 1.70 MB 2,826 14
838,071 838,071 00000000000000000000ddb143d18843e25601018444ba63bfec2814fc34fa66 1.94 MB 4,327 12
838,070 838,070 00000000000000000003593c5d2e27b2175480975554249bf3b5eb3d8ce1be1d 1.97 MB 5,961 12
838,069 838,069 000000000000000000011fa16f4cdaa954b1d5593041aed6ca4a537c6a0ec4d4 1.92 MB 4,756 12
838,068 838,068 000000000000000000011359dd35d786caf8de597047c7e8d82b19f5a00e4a05 1.87 MB 4,318 15
838,067 838,067 0000000000000000000190ccfea125a6d50bd888bfc9f0352f52902c65389d3b 1.71 MB 2,798 17
838,066 838,066 0000000000000000000193c7f26082f37c57a07e996e7842c36f190c020d9300 1.41 MB 2,299 25
838,065 838,065 00000000000000000000fd9ddb3518cd3e43a2e5dfc9ec7b50b021a95a9a3cc9 1.66 MB 3,166 21
838,064 838,064 000000000000000000020be39e8cf397bd95f63f6691c0d05f4bb94dbdcc9e3f 1.48 MB 3,089 27
838,063 838,063 00000000000000000000c983195358507671be076077c0721cdc636e69d9b065 1.79 MB 4,297 16
838,062 838,062 0000000000000000000095994ccb2c7e037b6497e51f3a8d8f111e13593d1e36 1.67 MB 3,854 18
Previous 10 blocks ↓
Total Size: 704.09 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,641.60 GB sent, 238.52 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.