Memory Pool Memory Pool Refreshing

43,634 transactions
23.85 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,989 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 4,313 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,988 (382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,606 865,606 000000000000000000020014db5deac25b029bc673915d52eaea6d02318c7b89 1.63 MB 4,155 14
865,605 865,605 00000000000000000000a630c12a161584df1aeef258383be68b87b29e3cb1c4 1.51 MB 5,948 19
865,604 865,604 0000000000000000000035030ffdb79b3ec3cb6086888bc8d322e5063386a55f 1.60 MB 4,670 17
865,603 865,603 000000000000000000030882e7b708ba085aaacfa78a5512832650101510d209 1.58 MB 3,917 27
865,602 865,602 00000000000000000001c498a99e02271fb31fcc700586ba490155a58c44779c 1.50 MB 3,841 38
865,601 865,601 00000000000000000001cdf6e6c8a47180201a3461f414e9aa41731c521ad5e6 1.61 MB 3,589 18
865,600 865,600 00000000000000000002ad22d1ebc244738bda8310f6162eaaf667a0049992ad 1.66 MB 3,792 23
865,599 865,599 00000000000000000002edc5461ade448ee00961a86fb4d4bd700ffe7d06aae0 1.78 MB 2,985 13
865,598 865,598 000000000000000000016422d746c3867e983a34426e22ba860ccaf5d49fa687 1.59 MB 4,847 20
865,597 865,597 000000000000000000001a6c392cbbde9527023ac791b5c2ed5dba0d4526b1c4 1.49 MB 4,997 21
865,596 865,596 000000000000000000008ebe3c5861b7e23a3891ed034702c3ec8964a2f09e59 1.60 MB 5,179 24
865,595 865,595 00000000000000000002414bef0cd5605f8dca34c6233d0c9d0d8860362503b4 1.52 MB 5,252 26
865,594 865,594 0000000000000000000025f3b0f83d1e6b0422df31e7af386d3e618d053fe004 1.51 MB 4,754 33
865,593 865,593 00000000000000000000a280f818d452c56344a2a0a259524b6ed1a8db0abb2d 1.52 MB 6,148 29
865,592 865,592 0000000000000000000083a70d3a3aa71c643db93c7a5818b85a9764ed8e5b8a 1.49 MB 6,543 35
865,591 865,591 00000000000000000001e24d2643a5f54f72a3125e41e2c63d91b34f6b573538 1.50 MB 6,551 33
865,590 865,590 000000000000000000024f46811428b565325980ebee9217d72aed04c657b05c 1.48 MB 6,618 24
865,589 865,589 00000000000000000001189c69d0b5135dafb4d1e515b17ab33c5db172f04708 1.51 MB 6,676 18
865,588 865,588 00000000000000000000b8935682b384b5ff7476db73c9eceb05ba6cfb2a89e6 1.55 MB 5,738 19
865,587 865,587 0000000000000000000037684826e2a3be914c132e21c3fe2c56c194c0245ce4 1.62 MB 3,388 12
865,586 865,586 00000000000000000002c1b23b1419c88b3c765859c5c1996a6f337a7a8edac0 1.67 MB 5,363 4
Previous 10 blocks ↓
Total Size: 691.72 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,797.33 GB sent, 155.66 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.