Memory Pool Memory Pool Refreshing

42,153 transactions
32.55 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
862,357 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,130 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,356 (388,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
473,942 473,942 0000000000000000002f2ef29f75967034c19f3dbe9cb3c9a8dfa59c00f020d9 1.00 MB 445 46
473,941 473,941 000000000000000000b3de7fd786f9eefe22cdbe9d4c2ee355755dac85209701 0.99 MB 1,538 166
473,940 473,940 000000000000000001426b51586e9bb40b38bb188f287c5a22dc3af3b488ca5b 0.18 MB 351 218
473,939 473,939 000000000000000000609f940835964408b4a4f28dda2f71d543d6e325a1e5d1 0.76 MB 1,224 129
473,938 473,938 00000000000000000074c43577a3d535decdd50f54f578ffca76b4bcaa910912 1.00 MB 1,849 199
473,937 473,937 0000000000000000015ae3ba215d36ce4443d3e03ac5a54f79ae9bd184b68c3d 0.23 MB 468 186
473,936 473,936 0000000000000000010841838c0b0e8151fc3152ad64f956df22edc9cfa63b30 0.95 MB 1,519 147
473,935 473,935 0000000000000000018ace348811c0b10fdb03ccca245e2f5e48b574549b3319 0.96 MB 1,702 164
473,934 473,934 000000000000000000830141d5c163c813769008f78e6b25dc55161c1a2c4f99 0.30 MB 726 176
473,933 473,933 000000000000000001182e4268f61f3756edf3d54b97f319c86e39486d46979a 0.95 MB 1,049 121
473,932 473,932 000000000000000000c391dd8852fdfc54d01cb03bb90f9e414e675e29e80324 0.96 MB 1,032 76
473,931 473,931 000000000000000000ac7cf02beddcae6f454c8b2001ec4faec0e78a5fcdbd23 1.00 MB 2,148 127
473,930 473,930 00000000000000000093dd7cdcc2a594ba06a0a14c39b1371e7d78d0404b9698 1.00 MB 1,966 360
473,929 473,929 0000000000000000005143c3920effde424b3700c9ad63f940ddf78f2704763a 1.00 MB 762 58
473,928 473,928 000000000000000000c53cd83eba19949ea6448282a7e409b52b1307a7ba4693 1.00 MB 653 55
473,927 473,927 0000000000000000012812626d67f53b6407a6a1c4057f05208f71b788e34f24 0.95 MB 1,039 110
473,926 473,926 00000000000000000091b32bde738bce6fd3b4b5550c9d148adba21cd9e98e33 0.20 MB 62 28
473,925 473,925 0000000000000000005ff422182ba2cb6f9bdccf3119c3903d49ef7b49293771 0.98 MB 2,037 187
473,924 473,924 0000000000000000015273de8107c63376bc3155578d87e600b642c70d82361e 0.95 MB 609 30
473,923 473,923 0000000000000000011b1491b5cea4d0dfd555bf192501c0d556344bd341fca1 1.00 MB 1,865 146
473,922 473,922 000000000000000000dce313f9270529ed7c25e8d47ee48b59af116834f24bb0 1.00 MB 2,283 213
Previous 10 blocks ↓
Total Size: 684.84 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,365.28 GB sent, 103.95 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.