Memory Pool Memory Pool Refreshing

46,890 transactions
19.60 vMB
Show Random Selection Loading Transactions
Max Size: 113/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,398 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,232 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,397 (469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,928 869,928 00000000000000000000194fab985cb78bc57521950dec7e42fcd9ef6b5850e5 1.50 MB 2,720 16
869,927 869,927 00000000000000000001789114ca3850a0517277a583261026b53d4d19ce1e8f 1.54 MB 3,093 21
869,926 869,926 0000000000000000000247a4f9bd63b56260c3a194c6380d2a9a43a6b8780ab3 1.52 MB 2,217 22
869,925 869,925 00000000000000000001d512cccd2cb24a93ded04131e5458d7108ced8767fe3 1.57 MB 3,530 27
869,924 869,924 00000000000000000000256553b3e14666e260034f2f6e87cfea39b46fd4604d 1.56 MB 3,549 28
869,923 869,923 000000000000000000000a4d3b1a9c8bd7ee928c22446a1168b3d26326cca6cc 1.51 MB 2,910 19
869,922 869,922 00000000000000000001d8b3efbe59e21881c76a27ceae95366717773904fc07 1.57 MB 3,507 28
869,921 869,921 0000000000000000000049dc59b8a793ba91b10eb6acc362d7dc494b0a1149e4 1.53 MB 3,225 27
869,920 869,920 00000000000000000002b8da5629b0a723b5e232bf4a52b3e072dca61b6dc298 1.60 MB 3,512 21
869,919 869,919 0000000000000000000116e5750dc077d0c9925aac05ac9445a1872f3861e663 1.55 MB 3,833 35
869,918 869,918 00000000000000000000fd99033cfd52cd69eebcde1bd59cd9b4b96833d3c3c5 1.47 MB 3,320 31
869,917 869,917 0000000000000000000107511c6d60f8918e5c6f90d563d334f9fe4e9092a591 1.62 MB 3,215 23
869,916 869,916 0000000000000000000147519826f45cd4933e920cb668ec8ca94d7c2ed5bb7d 1.64 MB 3,297 15
869,915 869,915 000000000000000000024176c8ed708376e0dfd08030003785d68ab6051fdac6 1.59 MB 3,783 19
869,914 869,914 000000000000000000011b04a88f42bd3fd31d269421089220fc8891c75bd41a 1.74 MB 2,885 9
869,913 869,913 000000000000000000001812edc143a90cff3f47320b271830b1ee9367f9fde8 1.68 MB 2,910 11
869,912 869,912 000000000000000000009e9b178f3464602ebaf23f5890de7a89ab4b47750168 1.77 MB 2,076 15
869,911 869,911 0000000000000000000265eb6794ac04b94f10de88fd2f7ec3742ef26a85748f 1.47 MB 2,774 14
869,910 869,910 00000000000000000001750c59bf2ea4c7160caaa1f6ca705f0d1da3c47bbeac 1.45 MB 2,687 12
869,909 869,909 00000000000000000000c1f48847e356675e8845dd4fed6586b7c10df1bbb25f 1.59 MB 2,655 9
869,908 869,908 00000000000000000000bea1df00e06929124b3114d3cced1ac10b0f62e60cd1 1.44 MB 1,282 9
Previous 10 blocks ↓
Total Size: 700.20 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,266.83 GB sent, 211.58 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.