Memory Pool Memory Pool Refreshing

39,439 transactions
33.34 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,681 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,230 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,680 (230,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,232 632,232 0000000000000000000a00c631f7d95dc099119d0afe741a364c725229fd7802 1.39 MB 2,994 152
632,231 632,231 0000000000000000000ab099901dc14b9337c1a8b8ceb343ba9b9d7e3d5e25b3 1.28 MB 2,644 86
632,230 632,230 000000000000000000107e5dc115ca95691c71bf55bc8b141bbc1664fe368f78 1.36 MB 2,107 109
632,229 632,229 0000000000000000000b858f91f97eaa099339285aaf9896baac0c0665e3a0f5 1.43 MB 2,075 107
632,228 632,228 00000000000000000004c6212394c61a4a906f8d8cb88d6e4f58800f3d03c1a4 1.37 MB 3,489 159
632,227 632,227 00000000000000000004cabc9ddd220a05abaaa1fcdff65a2105abaa2d06a921 1.44 MB 2,603 123
632,226 632,226 00000000000000000008b81586423f045f85d78cf6275109021793cfac3fb91c 1.25 MB 1,719 105
632,225 632,225 0000000000000000000ea5d1b9a8b97c9d2562a4bfb29d3b7731d3ed7cc019dc 1.38 MB 3,019 145
632,224 632,224 0000000000000000000f5d7483df5d1e8f9dbcef8837d60662b0b003d9a3a669 1.27 MB 2,865 85
632,223 632,223 0000000000000000000fc6a11062f75c4de80c97490dacfdad852c611fdce5dd 1.24 MB 2,816 80
632,222 632,222 000000000000000000016c11091d68b176709be124666c933778cf3b11b6c515 1.58 MB 1,206 30
632,221 632,221 00000000000000000004b54fab9fbe30ec9a3f200a0204de6e5db6775f4f560a 1.17 MB 1,234 22
632,220 632,220 000000000000000000058f654cd5ff8e440d3290581414abbb60f3bbc43d5ac7 1.33 MB 1,621 22
632,219 632,219 0000000000000000000ce1ad85fcde970874473021db18687f30c46c0aaf4ac6 1.51 MB 922 13
632,218 632,218 0000000000000000000b05984fdd4043482cb9b62f6116c43bc46086048d4608 1.25 MB 2,830 40
632,217 632,217 0000000000000000000126d0e2d3c500b043e08d6aec67e9df8ef1bed4aab4ae 1.34 MB 2,419 127
632,216 632,216 0000000000000000000b6cacca99b5631c37ae20cf9362eb3dade439e3839c45 1.45 MB 1,576 31
632,215 632,215 000000000000000000081224845fd1621c6f380eaa7a4feb6c68cdabd6941506 1.23 MB 1,758 17
632,214 632,214 000000000000000000095513273fce94a1ffc2fca9f6cd2ffb49e580e4195cfe 1.21 MB 2,373 45
632,213 632,213 0000000000000000000aabecdf468baf492ace1a2d52eb510f58d8c29554fe89 1.14 MB 2,165 19
632,212 632,212 000000000000000000048dfc86c250f48c608d01733bf6dd213be33e60684bbb 1.23 MB 2,637 33
Previous 10 blocks ↓
Total Size: 685.47 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,383.10 GB sent, 108.71 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.