Memory Pool Memory Pool Refreshing

29,059 transactions
32.24 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,796 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,531 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,795 (68,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,066 795,066 000000000000000000005d120efbcdb76917d5827e190772259d6d29f67b7426 1.93 MB 4,919 13
795,065 795,065 000000000000000000037dbac457ce7a40aaddf514339395730cd0b6197a9781 1.58 MB 3,163 23
795,064 795,064 00000000000000000004f58796a56c0773f4ce011fb981cec8efe84bac0c8bf7 1.41 MB 2,097 28
795,063 795,063 00000000000000000004e7a4cb236893e54d54c0a2fe3dcfdd9fe3cd6f4e5195 1.88 MB 4,487 16
795,062 795,062 000000000000000000025d92d82c206c60bf43bd77dbcdaf34c5f4bde7c3f06d 1.99 MB 5,074 15
795,061 795,061 00000000000000000000021387d7e54f16a15285a190cecd9d3caa206964ba4d 1.78 MB 4,511 13
795,060 795,060 00000000000000000004fb8cfbeb33a5c859f654612297a8f297e97ac9b60159 1.60 MB 1,668 24
795,059 795,059 0000000000000000000206dd29f9f8b7f5d63d6531fc3a5fd96a1d4bd014a2b9 1.84 MB 1,348 18
795,058 795,058 000000000000000000029ead90a9e012bc812f8165091477fb4abd6d7f462911 1.75 MB 3,089 23
795,057 795,057 00000000000000000004d632caa1aea0699e728c0f06efb37355c82c63ccaaf5 1.68 MB 3,887 19
795,056 795,056 00000000000000000000f74031a4dfc7b26a4cdce0411ead3b898a036c799b5e 1.52 MB 2,145 18
795,055 795,055 000000000000000000001701a98fbd4e66b5750d55d9d9adb1ce6129bcee7456 1.71 MB 3,105 28
795,054 795,054 0000000000000000000290d0a1476aa7cf370ea6ca0e7730d1764b9c8f446f8e 1.54 MB 3,010 23
795,053 795,053 00000000000000000000f296bf28c4f5c5a277acd7817f7486926c39abf4085a 1.52 MB 3,078 63
795,052 795,052 000000000000000000000718a9def1fba85a8fa8c7a4630526c1855737204303 1.61 MB 3,172 24
795,051 795,051 0000000000000000000415e4dddec19064c4e7357816d13e40b1f8c91005a8a8 1.85 MB 972 11
795,050 795,050 00000000000000000005340022493fac9af86e84fab64c47c47e71ae20085c77 1.65 MB 2,825 16
795,049 795,049 000000000000000000008d3438356d1482e39b800fc8faa92b4fb8e0c9b89516 1.61 MB 2,699 16
795,048 795,048 00000000000000000000762b9a242921337bd831bee9be1908afc989c2734338 1.57 MB 3,753 33
795,047 795,047 00000000000000000000adf7bd0fc9dae57ea0aeb676e935fd85a4f4f797e180 1.69 MB 2,852 22
795,046 795,046 0000000000000000000448158f1304d5906d671303cede2ba39c3c9eda6bef46 1.61 MB 2,621 14
Previous 10 blocks ↓
Total Size: 687.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,522.03 GB sent, 123.10 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.