Memory Pool Memory Pool Refreshing

49,547 transactions
20.33 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,868 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,746 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,867 (79,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,094 793,094 000000000000000000049bf525a368677ab2bef26727d05695e82e195b9acae3 1.71 MB 3,298 28
793,093 793,093 00000000000000000002e582bc9ebf0c4ffedf66057dbb1d8ae1ccbe407f194c 1.78 MB 2,540 14
793,092 793,092 000000000000000000004e097672f1e08387c7861c8e04f6fe8fb5b34b9dc8d5 1.85 MB 3,100 26
793,091 793,091 000000000000000000036efb3762ef845084a4986d5487705a1d8b614f49447c 1.70 MB 3,389 43
793,090 793,090 00000000000000000001c5ea8d6f1acd6e25a78eec79b9cf36af8ab5425ea8b7 1.67 MB 3,671 70
793,089 793,089 000000000000000000026e80b5539708b0427c35b6958b21b1a71be5743df644 2.33 MB 1,911 21
793,088 793,088 00000000000000000000ca0c0dd1f0c71de5da9db94a352b009f69924e2a7d8d 1.85 MB 3,996 23
793,087 793,087 00000000000000000000ca9252fa0dcc6704fe553535423adceff5145f9de4fb 1.53 MB 3,400 60
793,086 793,086 000000000000000000025ab0d349373a07900e62339870df13a4072a8fa6c6f6 2.78 MB 2,333 26
793,085 793,085 000000000000000000013ebb23f91e68c0099810a98eadf11f0e7a7fa3475f1e 2.18 MB 2,522 19
793,084 793,084 00000000000000000002689446f9a6696bc41ba2c509474f4931a1b02b4e977f 1.69 MB 3,201 49
793,083 793,083 000000000000000000031e94aa0aee27adbfae465abe008e244ca05ffeb5c12f 2.54 MB 2,122 24
793,082 793,082 000000000000000000037b21b4adb3c9f49cdd3224583ac8bac0f33ef36f6095 1.60 MB 2,687 27
793,081 793,081 0000000000000000000207fb990e79df0c4826dd25d87387af592add8cefbf66 1.70 MB 2,735 54
793,080 793,080 000000000000000000007089f61345ea31e06279bcd2c3543b14dad692f4cf84 1.66 MB 1,798 41
793,079 793,079 0000000000000000000049f07d29c13d44b6f31ed73b467ead690226789d9f29 3.16 MB 1,438 18
793,078 793,078 000000000000000000035896b98f3467756d302c999ded0a7878eb48ce08d474 3.04 MB 1,346 18
793,077 793,077 000000000000000000024270cda08dd991f50e0f7c3c5ba3b847a96997cea7b1 2.31 MB 1,563 18
793,076 793,076 000000000000000000037535bc02935596a3984f273925450c9f07045a26c6bb 2.05 MB 3,091 27
793,075 793,075 00000000000000000004f9d102c3434750d323940afe298a381c71666bc61133 2.54 MB 1,854 24
793,074 793,074 00000000000000000003c691e1a1ae982aaac7e1b39918c75839f8467ceedd09 2.09 MB 1,794 19
Previous 10 blocks ↓
Total Size: 704.81 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,660.13 GB sent, 243.62 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.