Memory Pool Memory Pool Refreshing

6,187 transactions
30.75 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,938 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,965 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,937 (68,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,719 795,719 00000000000000000003e89b503d47a5deab248e9e469867050b25742bbfc9ff 1.50 MB 3,368 25
795,718 795,718 00000000000000000003900ad756c772a75346bd366f8cf06b39f58ca28f889d 1.56 MB 3,656 43
795,717 795,717 000000000000000000048ca3604258140acd5b1e40b106f6e357e163fbfdd1a0 1.58 MB 3,631 27
795,716 795,716 000000000000000000006e5e36041bd0a14ec548a8e92704a0a6729000a89d95 1.49 MB 3,023 26
795,715 795,715 0000000000000000000371aeb1685304bab4c94982aa77aa0019ac3d17e2f910 1.66 MB 3,229 26
795,714 795,714 00000000000000000004d05b753b068c3673d21fe52828470cf15e5b36da505a 1.87 MB 338 13
795,713 795,713 000000000000000000051325022ef15be6a665406f38ff7ed5ad2c729ba03ab8 1.64 MB 2,506 20
795,712 795,712 00000000000000000004fd23399c459c36734b4155640ce9b0fba77244748d34 1.28 MB 1,841 30
795,711 795,711 00000000000000000003cd8faca3cd9932c40826f2b5aee067ea575d67cb0ef3 1.85 MB 1,239 13
795,710 795,710 00000000000000000004b321c35b863d05a26b771bf397b8ac9af5470531a86a 2.59 MB 2,377 24
795,709 795,709 0000000000000000000081ea78ab0b4555604b5cf8964a2bc93a3a66395c01f1 1.62 MB 3,679 33
795,708 795,708 0000000000000000000502ac8898f85e3ad755edbeca37886214097409c7f8c3 1.78 MB 1,841 18
795,707 795,707 00000000000000000000521deec3c506acab8d59d56ea28a5afc977b61ff043e 1.99 MB 3,271 18
795,706 795,706 00000000000000000001934a583d292c9962c3d5a4d4adbf4f7c901bd964d505 1.79 MB 1,061 15
795,705 795,705 00000000000000000003e789cec8d6492fab46d518e4d25509c2dc7ae23bd41a 1.76 MB 3,806 23
795,704 795,704 00000000000000000001ae20039daa9acdada84de88b6e3d54e6d0e891aa62fa 1.71 MB 3,122 21
795,703 795,703 00000000000000000003d75f4416211b850e7ded03ea8faf0e008fda6ce9b81a 1.62 MB 3,298 37
795,702 795,702 00000000000000000003c76a8150e35f2996d9e085be60150aac456dc8aef610 1.97 MB 928 15
795,701 795,701 00000000000000000005172dce10cf42f2d3f8937e91bf330c3c8da7d5b3d799 1.94 MB 2,386 20
795,700 795,700 000000000000000000024ed881de9443facc50dc27dc4c36b14a71802a94226c 1.85 MB 751 15
795,699 795,699 00000000000000000004c4a514ba91bdd68c8c783c2239626e13a1e42dfc2573 1.60 MB 2,138 24
Previous 10 blocks ↓
Total Size: 687.90 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,532.05 GB sent, 124.72 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.