Memory Pool Memory Pool Refreshing

84,855 transactions
34.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,005 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,447 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,004 (440,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
431,063 431,063 000000000000000001b68d6522655d195d85ca725b7527c4b522e850b114b851 1.00 MB 2,123 64
431,062 431,062 0000000000000000013027ab24804514db6ca45d8c021b515a68b6d3f843216d 1.00 MB 654 18
431,061 431,061 000000000000000000dc091d6528c7f61885f687c64ab7a0e9446707c074928b 0.48 MB 767 46
431,060 431,060 000000000000000000ea00c68edb1960abd519ced876a4895791b7aece2aa24c 1.00 MB 2,239 56
431,059 431,059 0000000000000000042cf9feab1c1a9e10728712d5d5ffab46ba26b01a1acd3a 1.00 MB 2,587 88
431,058 431,058 0000000000000000028d527f979bb74729d619a1faa89e8bc07f608358d46245 0.49 MB 1,116 63
431,057 431,057 0000000000000000044bd6612ddd30d3f4fe003c416e0b35b7257c26ad734858 1.00 MB 476 16
431,056 431,056 00000000000000000070de36875b59144a65a024a3db101a162df6e5bdea0dbd 0.97 MB 2,128 58
431,055 431,055 00000000000000000168e7f3ab0177c85fcc02fd60d3b3d4065ab122fb86fbb7 0.19 MB 318 50
431,054 431,054 000000000000000004676bf7d655b827d348d75639ec79b8e1b6d2ca1964eae2 0.99 MB 1,886 53
431,053 431,053 00000000000000000365b338965163fa03ab48ce05bff125f4d531188f6c885c 1.00 MB 1,919 62
431,052 431,052 000000000000000002dc6817aa4e1a305c4934bfe1bcb0ab4324d8603717680d 0.87 MB 564 20
431,051 431,051 000000000000000000f2c748707a2be8fe20a5f49b355aeccfdf801fe7ade770 0.68 MB 799 32
431,050 431,050 0000000000000000012c3b1e429a5e0bd8508f16938e0a843310df15663332b5 1.00 MB 2,287 53
431,049 431,049 0000000000000000009e214628489b30ef54288cba62b4ed4674bd39a19d7609 0.46 MB 1,156 63
431,048 431,048 000000000000000002a72ab09b34f104d6455f576d6798f7896a1a9df7a51516 0.99 MB 1,007 24
431,047 431,047 000000000000000002b414787f24ba68f0e0072d897be68da22d2e884312876f 0.29 MB 726 66
431,046 431,046 000000000000000001f6c355afe86e1edaa7475bcb96066fa58466fa7c43fa82 0.99 MB 107 1
431,045 431,045 000000000000000000dce14707318eb9aa6de179b0a002dd7765484eefe9e939 0.99 MB 780 18
431,044 431,044 00000000000000000087369883c1f5d4f5d0e02918ed7d020748e2086233c101 0.35 MB 871 64
431,043 431,043 000000000000000000fac11f94599cfee70264ee4dbc36278c60d70bd61cf1c1 1.00 MB 261 14
Previous 10 blocks ↓
Total Size: 703.22 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,584.99 GB sent, 232.81 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.