Memory Pool Memory Pool Refreshing

22,009 transactions
30.26 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,662 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,244 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,661 (26,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
837,068 837,068 000000000000000000030b7367024672daef42e77d2787520bcac09ea2109698 2.16 MB 1,898 13
837,067 837,067 000000000000000000035fa831c352f7c7f80c18f9c7952608397c6b3bb7b7b2 2.37 MB 1,518 11
837,066 837,066 0000000000000000000089f6c044f5e5ebf05992a2ea0b46aa79c582029924a6 2.36 MB 2,533 13
837,065 837,065 00000000000000000002c22f7d7c6e793e6ed012aaa085a1f93e6e67be7207a8 2.52 MB 1,548 13
837,064 837,064 00000000000000000001891c678faa746b664f16009a1b228c0dbcd290a8e821 2.95 MB 1,516 12
837,063 837,063 00000000000000000001adc678ade21f6526652114a4eb88c759fed404b38267 2.91 MB 1,069 13
837,062 837,062 000000000000000000028f0253b312b3bd661fb3166a625fbac0ac86241b11a7 3.38 MB 1,130 17
837,061 837,061 000000000000000000007200e67728869076bfbe7229d759128bf304a82af0c0 2.53 MB 2,205 16
837,060 837,060 0000000000000000000164675594f25c6cdbd5f5d81f40fbf860aca4fa6241bf 3.22 MB 1,219 21
837,059 837,059 000000000000000000007a4823c2c589313250790ab2ceb017f62db941f84d52 2.09 MB 2,835 28
837,058 837,058 00000000000000000002b4a391507cc837bae24bbcfc9020aafb10ef39d31667 2.89 MB 1,793 24
837,057 837,057 00000000000000000001d9fe31640a2dbb34448231ee10be59606959ec547f9d 2.10 MB 2,739 16
837,056 837,056 00000000000000000000e7820d670e76f23558762ea1fd6810b5dd94b7f2e982 2.59 MB 1,779 16
837,055 837,055 00000000000000000002e3c80a343ac54d1d3fb033b9ab61064d99fef0de087a 2.20 MB 2,676 23
837,054 837,054 000000000000000000026d55af4b83a34c0298203cb77ccc2ee7d8d424ef4e68 2.41 MB 2,315 17
837,053 837,053 00000000000000000000cde625e86e7423055aacb02c7d47e0d87218eb14b53e 1.52 MB 1,944 24
837,052 837,052 000000000000000000006e4de5b27bb9bacdb65ac65e9a1dfb70399c851cf7e3 1.75 MB 3,169 17
837,051 837,051 00000000000000000000c8db8d61afd8b28e33efdea9f4b772e2e1f9669b9f75 1.62 MB 3,193 21
837,050 837,050 00000000000000000000e7d533924ecd9e2096bdf261ae3daf3f04861150c5a8 2.14 MB 2,659 10
837,049 837,049 000000000000000000012a9794fcc2fd81bd0f54df00f7589ea96ff9f3f2ef49 2.03 MB 3,260 10
837,048 837,048 00000000000000000001ab25f774a511e1cb09462dab28a36413f7495a65da2f 1.64 MB 2,252 11
Previous 10 blocks ↓
Total Size: 687.37 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,516.86 GB sent, 121.69 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.