Memory Pool Memory Pool Refreshing

69,148 transactions
27.78 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,777 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,894 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,776 (32,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
838,046 838,046 000000000000000000004989f3993f91fec9da6018c338ebc3340d776461e97e 1.59 MB 2,771 17
838,045 838,045 00000000000000000003598a52f3f1582e62384a712a993f88af64af9abdcbac 1.82 MB 2,648 12
838,044 838,044 00000000000000000002416d6f0c335a8f28ce32835e350e664716dc5c0967b1 1.63 MB 3,179 16
838,043 838,043 00000000000000000001ee4edafa69eef979f952454cea978e5022ecd44c6028 1.72 MB 2,528 17
838,042 838,042 00000000000000000001137693e4262922fb41263a22cf0e488ed549b90dae0e 1.58 MB 3,013 20
838,041 838,041 000000000000000000016e7b312f1a0a57f56b6dfa35abbde7bde992f99aed42 1.78 MB 2,641 16
838,040 838,040 000000000000000000011cdeb0b2afb5e4daf4dda832351cf17270b283208c9a 1.74 MB 2,726 14
838,039 838,039 000000000000000000027b5037e77a3ab1f56294f25de7ecfdcb3ff0abd36517 1.76 MB 2,614 12
838,038 838,038 000000000000000000018042289f414abfd005c270adb77f2ac93d39c2761f4e 1.89 MB 3,782 9
838,037 838,037 000000000000000000002d8993a00fc4fedefd41582e0d6df11b1fa7574ac8e6 1.57 MB 3,021 13
838,036 838,036 0000000000000000000338d2c5e866dcbeab30de7674c946058b419b3a51e8fd 1.79 MB 3,613 5
838,035 838,035 00000000000000000000c15bbb1cff1b29a932886c4cfda80b2ad91c6f86e9f7 1.99 MB 4,850 8
838,034 838,034 000000000000000000035b3b6db2de4c5af78f51ab13f27810477f2870893f1d 1.77 MB 2,508 13
838,033 838,033 0000000000000000000341a3c14bd99a9d2cfbe880b3233be965daae91c3a296 1.95 MB 4,165 6
838,032 838,032 00000000000000000003447c50cae81fd56517e2c0441900e1017be32344d347 1.73 MB 2,686 17
838,031 838,031 0000000000000000000267ee6cbe9a0c1d0dbce2feaec730a6037b5c506f0a64 1.76 MB 3,058 11
838,030 838,030 000000000000000000026d0532ad2b2ddb702dab438c71a7802fe21ae6bbcaf1 1.44 MB 2,060 9
838,029 838,029 000000000000000000014a0b8c6ebf0919af9de2fae398d596c5515cfff8cf83 1.61 MB 2,938 13
838,028 838,028 000000000000000000035cdd6ce7f5b59ab413fb2e2adce6be79fc82f92da320 1.51 MB 3,175 21
838,027 838,027 00000000000000000001f3f2392d4614b0f38fac0088c95587b1992456e8d371 1.92 MB 5,283 5
838,026 838,026 0000000000000000000002e1e9b73ffabbada463c245bd9e22c5fdf5936be50b 1.87 MB 2,787 9
Previous 10 blocks ↓
Total Size: 700.93 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,395.50 GB sent, 216.73 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.