Memory Pool Memory Pool Refreshing

59,002 transactions
32.10 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,102 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,284 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,101 (159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,942 865,942 00000000000000000001bd7c8414cad6be606f3ac9ad84a46096de21debfda3b 1.56 MB 4,166 15
865,941 865,941 000000000000000000005ff403b4356e4ee839ab2a94ef76a65fbefc7cc3a840 1.59 MB 4,089 21
865,940 865,940 00000000000000000002ad23def2d63495c1dba13ae40fd3ba61dc5d85137b80 1.58 MB 5,881 31
865,939 865,939 0000000000000000000270fdf4be223900cab6f94415e4d9b38f1b4e786282d8 1.50 MB 5,858 38
865,938 865,938 000000000000000000004d703bef4a0842d48459d63a4169867a0cb0faa52267 1.54 MB 5,480 23
865,937 865,937 0000000000000000000308237e8cc0073796c660f5c7caf80b233525f66ba3b8 1.57 MB 5,129 30
865,936 865,936 0000000000000000000268a9350c5752765438c9a91af1d531f5b28fc656b192 1.58 MB 5,664 36
865,935 865,935 000000000000000000022ddaac1d7dfd9dfa379b8b698938ebc6c2279972724f 1.53 MB 5,777 36
865,934 865,934 00000000000000000000276c7e65297dcb40b13f4b993a97ebdbcf05fd30d904 1.54 MB 6,176 40
865,933 865,933 000000000000000000018cf87b0d770a1fe19db7085f7748bf8dbba5c77678ee 1.53 MB 5,913 42
865,932 865,932 0000000000000000000240ff5c60bd85e19f259957c0547ea2beb213c25a3063 1.45 MB 5,518 50
865,931 865,931 0000000000000000000013748398beb95b362e9e4624a235a5b0c67dc5af8880 1.47 MB 6,133 43
865,930 865,930 000000000000000000026dfba45ce67be4f3b45ba651a0d82e24fcce3a50a18b 1.43 MB 5,010 46
865,929 865,929 00000000000000000000c1753daf0bf24ba68f979f119ae1f7720801571479d0 1.47 MB 6,582 36
865,928 865,928 00000000000000000002f0427f342c49dcbe5f46f0a040a370a6b041e149ad45 1.49 MB 6,719 25
865,927 865,927 0000000000000000000174fcb19ecd798c5917dff34c727ec41b067e8ea404c4 1.49 MB 6,765 22
865,926 865,926 00000000000000000000a0123b325808f9d9b6f56676d739a2ce77e738ee4eed 1.53 MB 5,207 31
865,925 865,925 00000000000000000001badc2d11885da516abb4a73e08b4360fdf38d00adc18 1.52 MB 4,964 38
865,924 865,924 00000000000000000000c1b98b464c5bbfa95bdcb5474a3737048cd28496ccb8 1.44 MB 6,312 45
865,923 865,923 000000000000000000020372e76245735fa00abf38e43b0243886d22b80f577c 1.46 MB 7,039 38
865,922 865,922 00000000000000000001fd0b977d111df0c0299a6ee513207eff022138b3f138 1.50 MB 6,306 24
Previous 10 blocks ↓
Total Size: 691.94 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,830.76 GB sent, 157.09 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.