Memory Pool Memory Pool Refreshing

36,364 transactions
20.77 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,673 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,877 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,672 (37,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
831,921 831,921 00000000000000000002af5ce80c619973cefaa2f585d47145a99bb7806581a2 1.56 MB 2,346 18
831,920 831,920 000000000000000000032558a13299644d275351ed4ec60d6df7b03f13ccb6b0 1.80 MB 3,183 14
831,919 831,919 00000000000000000002cb1e0b15cb927f52cce7cbdb9232358052d8c0ebd8a7 2.30 MB 1,550 12
831,918 831,918 0000000000000000000023de7882cf8f1a96e929d227528a697f0cfb16aa40c3 1.94 MB 2,727 16
831,917 831,917 0000000000000000000212d1ff46d390e3cd555c3daa59c5e400cbadd0f6576f 1.69 MB 1,810 18
831,916 831,916 00000000000000000001e78b7dded0abe0e8aceafbe21bfa837388f83632b077 1.59 MB 3,008 23
831,915 831,915 000000000000000000030e679ce4060a8ce039580523c426bbd34a862ac90bcd 1.83 MB 1,592 12
831,914 831,914 00000000000000000000b8ab58218f99ac90f4209f879f03166f3c64362c9265 1.93 MB 1,851 13
831,913 831,913 00000000000000000002ef994b9b5f2953abdf66af61388b40b4df008384ebbe 1.90 MB 1,468 12
831,912 831,912 00000000000000000003265453f0b3ec8ef83e7104f89dbd4906bd1b8191e8d5 1.75 MB 2,756 21
831,911 831,911 000000000000000000016ff9303fc2e9e1462229b561114d008dc2bd9c67daad 1.83 MB 540 11
831,910 831,910 00000000000000000002c58a45381bc518852e764f71b033853b4fb327ca4335 2.31 MB 1,517 11
831,909 831,909 00000000000000000002e3dfee367528b79a290d852a9cd0e0f0688a2015298c 1.80 MB 2,624 24
831,908 831,908 0000000000000000000158b6bd0cbd899db7be6ba764c47c2372b732ce0f592a 1.59 MB 2,556 18
831,907 831,907 00000000000000000001296e9ac56e3b5dca568f82bdb81446a072c4f4ce9b11 1.96 MB 1,103 12
831,906 831,906 0000000000000000000120ab272196c05690bc32c9e0a3c143198e35d7e58c26 1.84 MB 1,522 13
831,905 831,905 0000000000000000000290a2a58a0d3785735e0f23be524ddd347f7d66c199c6 1.98 MB 2,609 16
831,904 831,904 00000000000000000000913eb127ecf8108111baefcb08ceab8f7181fc247012 2.14 MB 1,200 10
831,903 831,903 0000000000000000000095b05be19b6806bfbad5400fc5dfd1d6560e7a72d361 1.89 MB 2,681 18
831,902 831,902 00000000000000000000993f07cb3dd9c4f2bc2a8fa105c7ac5005ec33acd231 1.82 MB 2,506 16
831,901 831,901 00000000000000000000041bc7cc336aa216d2efa66a2618b65e9682ce188134 1.76 MB 1,310 12
Previous 10 blocks ↓
Total Size: 698.84 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,100.71 GB sent, 202.98 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.