Memory Pool Memory Pool Refreshing

16,679 transactions
27.60 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,581 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,157 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,580 (29,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
834,059 834,059 0000000000000000000368fbe0209d5b5f8ed49b18396350059a4652ee9524df 1.74 MB 3,014 25
834,058 834,058 000000000000000000011354b9b3fe24515bec28b80f26e6a495b4ce8691f105 1.07 MB 471 13
834,057 834,057 00000000000000000000093afa743bb3503d8caebcd32a522d50858529d480f1 1.21 MB 1,148 15
834,056 834,056 000000000000000000008e6e42aad75ef012464407f88383182f406a4d47f541 1.49 MB 1,408 17
834,055 834,055 000000000000000000028c9160a261770fd94bc583c0798251589329b3af9a09 1.25 MB 666 13
834,054 834,054 00000000000000000000f8f8d2e7f62a0bd11632663a0abadeaaac7b87d27b80 1.63 MB 3,171 22
834,053 834,053 000000000000000000015432a9809f13d612d8e7a4397cae53a0330b327e3f78 1.51 MB 1,344 15
834,052 834,052 00000000000000000003802e1a71d6de6d68f2a16900ad054ee15506e2693c74 1.99 MB 2,347 19
834,051 834,051 000000000000000000002c06c3d6c7117900b4324cf2ec4a2f3c1067528221ac 1.78 MB 2,543 19
834,050 834,050 000000000000000000023a9cbe91a6ff3a4a242b7647b8fb5f30a69ab46d5bb9 1.62 MB 3,022 30
834,049 834,049 00000000000000000002cc83ad55d274333ccaa9bf9b3f31f5b031b3ebb5c978 1.62 MB 2,892 19
834,048 834,048 000000000000000000019eac9dd50fbb75377f8d1bd416272b9e4bd85d2a9cbb 1.73 MB 2,352 20
834,047 834,047 00000000000000000000e951ed73f071665b304ea80eac21cc104a8b35bc0a32 1.60 MB 1,589 16
834,046 834,046 0000000000000000000073ccb5f26627eeb7dcee0404f590c8445b530b738841 1.83 MB 2,257 16
834,045 834,045 00000000000000000000be92aae9a6786b2c4ead27b3d6b4ef8f151c7835924c 2.22 MB 1,511 15
834,044 834,044 00000000000000000001887705355be91e1c424a17dc0d6314215734fcc85ead 1.83 MB 2,600 24
834,043 834,043 000000000000000000003ed07d980c650a8c736be033157efb50b4631863ff3c 1.63 MB 2,965 34
834,042 834,042 00000000000000000002072fec9bac3409ed6041a93605037be3bbf6cb4e17e5 1.68 MB 3,018 26
834,041 834,041 000000000000000000023adb5b019f6dfa8a9da4c2afe1bb642db341e6cc8b4d 1.55 MB 2,384 21
834,040 834,040 000000000000000000018305d19ae3214a814f0878b322c282e160146b5f4166 1.72 MB 2,917 25
834,039 834,039 000000000000000000001883ef8f5f86c6272640a1b617c487fb537bdfded540 1.61 MB 1,929 20
Previous 10 blocks ↓
Total Size: 687.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: 1,511.45 GB sent, 120.21 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.