Memory Pool Memory Pool Refreshing

32,853 transactions
24.72 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,456 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,977 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,455 (58,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,220 805,220 00000000000000000000266b88fc91917f54ba1bf7723e17182c77e136de960d 1.49 MB 1,579 13
805,219 805,219 000000000000000000019d9b72f00c784c9e80d74dfb549a09851a219b76aac6 1.38 MB 1,308 11
805,218 805,218 00000000000000000000181aebdae33c8868728d173f22eb4970a6a5eca83397 1.56 MB 2,627 18
805,217 805,217 00000000000000000004e43ce9d5dc59854ca5f0535c85c2e1b3ce13c9669ebe 1.45 MB 2,524 16
805,216 805,216 00000000000000000002c1a26f74907b0f534f2550ce61204e7da4d783907099 1.06 MB 394 9
805,215 805,215 00000000000000000000ee286cc2837715eacfb9205da320581ed771c6453e02 1.15 MB 700 10
805,214 805,214 0000000000000000000156fb3908862945104cc6107e054541e972f0733af1d3 1.41 MB 988 11
805,213 805,213 000000000000000000000e12d78b95cdcd75b32112a993fab41633c91035e560 1.26 MB 887 11
805,212 805,212 000000000000000000047e65fc268e815bf9bfc424bc21b04ab61233ee67fae5 1.47 MB 1,750 13
805,211 805,211 00000000000000000004911bc0b277fd4bf32c26179641974a6f0c5bcbbf6fc2 1.55 MB 2,438 14
805,210 805,210 000000000000000000011dbee7610a9f86f206dccde98aff48f868404b6306d4 1.19 MB 1,542 21
805,209 805,209 0000000000000000000168f2123519cb7cddbe89913dfcba0e212abbf8d5b922 1.69 MB 1,384 12
805,208 805,208 00000000000000000005078d34a646e7af98ad20b1a255b546110640f9a7898c 1.89 MB 1,803 13
805,207 805,207 000000000000000000046272ffdd9fa8060acdc6d4414fd17d212b75290e8501 1.65 MB 3,820 13
805,206 805,206 00000000000000000002e4f5c947fc405b91abc2dfb8949fbb638c97b40af695 1.64 MB 2,805 18
805,205 805,205 0000000000000000000249bd0a35cbfd4fa49c537823969c71b40d68692d2525 1.71 MB 2,593 17
805,204 805,204 00000000000000000003ba0417838a616403e14ba14c8cda90e884087f336c3f 1.54 MB 2,232 16
805,203 805,203 000000000000000000041218d5ead00fb30c8dbcdc6cc093fb6cf3cff4fa909b 1.39 MB 1,669 16
805,202 805,202 00000000000000000000ebaaaf866d7ef0914f394b52b23e3ec54554f5bba54b 1.42 MB 3,100 21
805,201 805,201 00000000000000000000d02e7b60bb1aaf810f3bf10d9c7dfe5c3d200f92c430 1.32 MB 2,191 24
805,200 805,200 00000000000000000003db6f7b94a5bebcf0db944e60ec5235c23dfaa220840c 1.61 MB 3,352 18
Previous 10 blocks ↓
Total Size: 686.99 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,500.16 GB sent, 118.31 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.