Memory Pool Memory Pool Refreshing

56,191 transactions
24.37 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,072 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,451 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,071 (967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
871,104 871,104 00000000000000000002014e16b7f5b7d70b48452aaeb573ab9fb76aeccaed4e 1.45 MB 6,188 25
871,103 871,103 00000000000000000001fdcb2c99157cb61b85d371e4f27f2f74e4abbefb5d5b 1.50 MB 6,781 4
871,102 871,102 0000000000000000000236ef9131d9f7828e0b8368e05af6bb5c0debfb79af5b 1.71 MB 5,913 5
871,101 871,101 0000000000000000000157401cd780084655a7876b435597d899a63feb5fd4d0 1.56 MB 4,967 8
871,100 871,100 00000000000000000001e32b47abace9c25aadc5cdb70a112dcf7f1c52e8def3 1.66 MB 4,047 4
871,099 871,099 0000000000000000000018c36ceee0a649145b9dadb1138eace865277dde06bd 1.86 MB 4,367 8
871,098 871,098 000000000000000000026c1f2ae3a52454dd559e58df65cc00f18d57222e9e8a 2.07 MB 884 4
871,097 871,097 0000000000000000000287f0c5b91fe02621022d1255b1a176506f26aabd7f5a 1.39 MB 1,907 5
871,096 871,096 00000000000000000001562ea7a314e0d9ec5ec4e98c166cc7a5546311404946 1.63 MB 4,630 7
871,095 871,095 00000000000000000001a0b0c42c8cb75fe8219af248c522f6307f08791a4170 1.55 MB 3,615 11
871,094 871,094 000000000000000000003e2ad1ce3e801ada2b07896a1b9d8a92bb2f194fb421 1.66 MB 3,048 9
871,093 871,093 0000000000000000000053d3858ba4d83ea1f02ff532648b6d6bcb30ec192d17 1.60 MB 3,415 9
871,092 871,092 00000000000000000000aea6af52c0f23de8ddaa49edcf549a1649043222f842 1.28 MB 1,745 9
871,091 871,091 0000000000000000000072433d6cc65eca7cc995d982e41daca9b157d23c1ff1 1.52 MB 4,032 13
871,090 871,090 00000000000000000000e22fad3a8d3db310c9b8002394d76672651fcdc55d73 1.60 MB 3,812 25
871,089 871,089 0000000000000000000128786a817498fc10876530755db6050bd44ecb9c9265 1.58 MB 4,575 16
871,088 871,088 000000000000000000021847eb685a065e536528acae30579082766679700c76 1.53 MB 5,979 20
871,087 871,087 00000000000000000001e7473eacb50a7f22be11304830a6dcf1f4a03af92218 1.49 MB 5,804 23
871,086 871,086 00000000000000000002656e81747cc92925e660526469ab26032747514ca9e9 1.51 MB 5,613 30
871,085 871,085 000000000000000000008ffd208d50d3587561ee19ca8879e06e4b486cc9fe7f 1.52 MB 5,763 22
871,084 871,084 000000000000000000008e293e4643676ee7bf3cf4d603151ffb18156d89cb2a 1.51 MB 5,725 15
Previous 10 blocks ↓
Total Size: 703.34 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,589.25 GB sent, 233.67 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.