Memory Pool Memory Pool Refreshing

2,905 transactions (0.77 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,841 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,882 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,840 (895,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,069 13,069 000000001e47e60efcf9b5cc0498fdb8c8c6e08bb84704973ab30c0c43b4808a 0.00 MB 1 0
13,068 13,068 000000008204d14829c2e2ea9fe73f25fccf2a472c89ad8798faf44a4d39e4a8 0.00 MB 1 0
13,067 13,067 00000000648bfd6f91ddef722a92deaa7c1fa63a8ea7988abc6a891b3c38215a 0.00 MB 1 0
13,066 13,066 000000008661390d9bde1ddcae24fa128eabbb5181add26afdfa5643196bf068 0.00 MB 1 0
13,065 13,065 000000009f566305febed2ad6e023a1282c6c8d60da02f13aaef78d2b0237992 0.00 MB 1 0
13,064 13,064 0000000072dd12f27a5f21c6a2444d5261feaccd1b3675ee52fa6575ca30137b 0.00 MB 1 0
13,063 13,063 00000000efdf654e87823867e5971008f1dd8fbd46bd1b5ae32210db83389e87 0.00 MB 1 0
13,062 13,062 00000000ef11c06810f2b55b8e5fe07d4720a5b900dfd3842840acf9fa43339a 0.00 MB 1 0
13,061 13,061 000000003a8b21537dfca92547eeabd3aaa005a5f75db6f8017ee4aa2453000b 0.00 MB 1 0
13,060 13,060 000000000eb88f45dcc7414b24e589ea5903b7eb8adb3f4076a6beb41d25978e 0.00 MB 1 0
13,059 13,059 00000000d874f087a1bb05f2e60983175ab5d68103bc564136c7bc2ae8bd03b4 0.00 MB 1 0
13,058 13,058 000000005d9b2f0877222a99e919bb78d772ee2ab27b6aa85d38858f8c819f18 0.00 MB 1 0
13,057 13,057 000000007cff5e44218dea7416bcf0d23a13ee5116dbccffccac34e030be429c 0.00 MB 1 0
13,056 13,056 00000000f0c38608f7767eb1e2c20a52147f1b7be7005b763b9029f43475fe9e 0.00 MB 1 0
13,055 13,055 000000002b57169f2147ce51b379b7097131a99a454e927a24f329f09d91bdc8 0.00 MB 1 0
13,054 13,054 000000007fde952f4027f38888a58ac841b14bb05b242910129e4abcffc27ae4 0.00 MB 1 0
13,053 13,053 0000000067b3712f7f0949d7b780aaf83dbf6172d81e468f0fe0cc980c8b5b97 0.00 MB 1 0
13,052 13,052 00000000d98d0c58c2721c1beae1c162d3883c1b343e25af44685b90d6738257 0.00 MB 1 0
13,051 13,051 00000000fa19f7191e425231644ef39553a9111b5ec7cd11363a7b9700d094f5 0.00 MB 2 0
13,050 13,050 00000000fbfe435f850b51bfe11246ebcc535d5df679a7f3c7d5713be2117c94 0.00 MB 1 0
13,049 13,049 00000000f8264d133146d3fd0028df3f58f8e95b789796e4ac2dc2ef57296ded 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,858.96 GB sent, 103.38 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.