Memory Pool Memory Pool Refreshing

56,607 transactions
28.92 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,999 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,678 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,998 (30,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
839,313 839,313 00000000000000000000e251efc321ec54c65a937834dadcfd0d23c72f27ab15 1.74 MB 3,782 42
839,312 839,312 0000000000000000000003b583ce6fee74553f06f38a3e759822cb35945eb637 1.67 MB 3,676 60
839,311 839,311 00000000000000000000a7ce14a56604f693075b7a7664a24837c371379c5667 1.73 MB 4,008 55
839,310 839,310 00000000000000000002d27115a55b1cc7d4ca3f3423d97143a6b962c5486a42 1.59 MB 3,034 68
839,309 839,309 0000000000000000000307b60b5dd336cea52b9f84c5d0a668fe027ecc78c28b 1.67 MB 3,159 71
839,308 839,308 000000000000000000011ac7a1ae7bd25137c419b7aba2f61722efc1bf93dfbf 1.71 MB 4,198 76
839,307 839,307 0000000000000000000267ddf485c0f989fe73e4c896d8f314117b2ad51f9c97 1.84 MB 4,391 71
839,306 839,306 000000000000000000002c1937b3a58cbf71770da5f6853d53c34d0fbfd13ef9 1.81 MB 4,796 66
839,305 839,305 0000000000000000000239e7a48a0d494ec4d81e6769157dd671fb71c0f134fa 1.78 MB 4,533 81
839,304 839,304 000000000000000000021e4d6c3a5550af75595356a9e6611e625d76ba05619a 1.78 MB 4,482 88
839,303 839,303 000000000000000000002af136e2268f913e5bd1679bbcbd2ca4cd1dcabf411a 1.75 MB 4,380 91
839,302 839,302 00000000000000000002ee94a39b6af6c1fccc0e053030500772b4a08fc64d7d 1.68 MB 3,852 108
839,301 839,301 000000000000000000020b559e559df3a6da7c37cbc392060807530e61521562 1.68 MB 3,568 105
839,300 839,300 000000000000000000009cca02f9c8cf9655631f793e6b1b519e4f29ac934397 1.74 MB 4,239 115
839,299 839,299 000000000000000000027743193fca9dfb6bd9ef03173e662d580cf8e2be42c0 1.54 MB 3,115 138
839,298 839,298 00000000000000000001041d627b71b5e8d15cd55e842399fe9ae00b140c5620 1.62 MB 3,724 118
839,297 839,297 000000000000000000031dff9c67feabc8816275d313277267495b1c9fb1eb3d 1.48 MB 2,816 134
839,296 839,296 00000000000000000003186d1e12d3432d2789c6194cd771ddc2b7446665dd9c 1.72 MB 3,568 131
839,295 839,295 00000000000000000002ba7c5e4ac7e6f598726c2134f49df02b5693ed6599d5 1.45 MB 2,565 93
839,294 839,294 000000000000000000024a601e96588a39f80e0b46900a413192fda34593d53a 1.61 MB 2,964 156
839,293 839,293 00000000000000000002efbf25720cc571ceb3bc476b4a26391563cabb1be1ef 1.74 MB 4,214 101
Previous 10 blocks ↓
Total Size: 699.46 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,170.18 GB sent, 206.67 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.