Memory Pool Memory Pool Refreshing

59,610 transactions
23.59 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,036 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,306 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,035 (43,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,405 827,405 0000000000000000000328c2a674de40a2bfa24520924aacda9e6dfb67fa3090 1.89 MB 3,693 31
827,404 827,404 000000000000000000000a46573fa4c0668737300b03c5c5fdef471baf0b8ccb 2.09 MB 3,958 28
827,403 827,403 0000000000000000000307d0afb8a0e1a91dd6de34850fb02db4e5dbd6eb1e25 1.79 MB 4,359 27
827,402 827,402 00000000000000000003c9bb565eb0952f2a248bbd1588f22a117b871b5cfdd9 0.00 MB 1 0
827,401 827,401 00000000000000000003c537f873a295b01b6feded04ab250ed1c600aa442288 1.09 MB 630 23
827,400 827,400 000000000000000000021e3eaf79c5314f883d89230e9c171b8d20c635604c52 1.01 MB 115 23
827,399 827,399 0000000000000000000393f63d400b71f514d83f0687f3037cdb9ee91269783d 1.50 MB 3,070 26
827,398 827,398 000000000000000000002f6858842256b611e91480961ed20b30f2392409f5dc 2.11 MB 3,021 26
827,397 827,397 000000000000000000025e0d54e0e7651740ef08d226bd65d77fb28592cced4b 1.69 MB 1,915 33
827,396 827,396 00000000000000000002e8cdc5a059fdf97b795927240d3b12d80745282cf4a2 1.61 MB 2,241 35
827,395 827,395 0000000000000000000369f6a255985607210ff4f1148351dcda1caf164b4300 1.70 MB 1,609 30
827,394 827,394 000000000000000000027bd3f46d694a5cdcd52b580d02f1e3f62c38cd250388 1.57 MB 2,970 44
827,393 827,393 00000000000000000002bca01eee3e1f46247220ebc6191fdab3d0eb724d04f3 1.44 MB 923 24
827,392 827,392 000000000000000000023fd454359377213dd3a636dd35e09abe79f000167d26 1.88 MB 1,424 31
827,391 827,391 00000000000000000003222892dae3780d9046e10074ac9e11e1802c236f87b6 1.26 MB 499 25
827,390 827,390 0000000000000000000325b4d9b6d502b7fc95046c8ebb4b919ee6e6bd92a6ea 1.72 MB 2,697 26
827,389 827,389 000000000000000000025080a64f4f2458749b68584f4e6c46f372b2a98241ca 1.91 MB 1,992 30
827,388 827,388 000000000000000000020740c94f39f154ed52c6dbb82d0f4e09d9c2c3caa16c 1.35 MB 947 25
827,387 827,387 000000000000000000020ca9e9f651bb817b272d3f288941ab97030883d2c03e 1.76 MB 1,898 34
827,386 827,386 0000000000000000000256393ecf88095fde2832cf963c8db6be6ede2c982e9a 1.80 MB 2,172 35
827,385 827,385 00000000000000000003d344a1ed69af45351fbf2fd73d026f15a33a798f2414 1.48 MB 2,031 39
Previous 10 blocks ↓
Total Size: 701.41 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,408.52 GB sent, 220.37 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.