Memory Pool Memory Pool Refreshing

47,985 transactions
20.91 vMB
Show Random Selection Loading Transactions
Max Size: 120/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,380 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,040 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,379 (29,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
841,334 841,334 000000000000000000032e1cecf170a76757b9bad0c114255dde54839f4e890d 1.44 MB 2,851 34
841,333 841,333 000000000000000000018491979607466dd7e90253234970fe856324e1a1b97c 1.59 MB 2,986 35
841,332 841,332 000000000000000000003394687512bc651853c0a98708ce3766268f8122b9ee 1.49 MB 1,850 29
841,331 841,331 00000000000000000000480cdf0992da302f70658b84fd3ef190c01f781e0600 1.15 MB 802 23
841,330 841,330 00000000000000000000edfa4600a4f4d631607aee815632ed1b27c2b5c362b8 1.65 MB 3,294 21
841,329 841,329 00000000000000000001c4323df897d0d2b176d2a639bff7d12a8a69a01efcdc 1.46 MB 3,937 22
841,328 841,328 000000000000000000026ee4f2eb224c0b53671a73053156a688e57562245507 1.58 MB 3,136 36
841,327 841,327 000000000000000000006dafe8e7e62d7aff215ab32412cb414d34822f51f6e3 1.61 MB 4,151 31
841,326 841,326 00000000000000000000944faa0633fcab13bb67873d42a45ae0eefe91564f5f 1.73 MB 4,160 20
841,325 841,325 00000000000000000001f409b4b4fab81b78d15ad7cd41135f953dc1278cacc0 1.67 MB 3,058 24
841,324 841,324 00000000000000000000796079397b886dc539a1083d6c132fb860d6a3d6f9eb 1.60 MB 3,115 48
841,323 841,323 00000000000000000001966bba0db37c4444967071975bb7cdab5fda4f83cf17 1.69 MB 2,612 24
841,322 841,322 00000000000000000000399f8f51fc205134ff50d8a758d91f2c6a8254e30d37 1.73 MB 4,295 28
841,321 841,321 00000000000000000000781cb80f2af94feff0f9feb5d4d6ab53655154e34996 1.88 MB 3,320 20
841,320 841,320 000000000000000000025eb6d16c87b17addcf94fbe17e3905e8e9a29b0536fc 1.48 MB 2,294 36
841,319 841,319 00000000000000000000234a54e0717c1fb770e45637e35c031ba6ccb74decc4 1.64 MB 3,614 29
841,318 841,318 000000000000000000015eff1f1a963a749e95366de0f27860b2452e0ecc008b 1.52 MB 2,693 33
841,317 841,317 000000000000000000004183bbe6a5836573073f5c49accfe10400190c129c80 1.64 MB 3,039 51
841,316 841,316 000000000000000000029cae6afa75c884f2d16bc8d83de1f3c3a34c1ea503a4 1.70 MB 3,154 23
841,315 841,315 00000000000000000001e68657c1fae78b44cd748d6c6ad4b16586d5343842f1 1.65 MB 3,371 28
841,314 841,314 000000000000000000009ea37958a614aa402e0e027349bdf57395a7c4de7635 1.46 MB 2,947 32
Previous 10 blocks ↓
Total Size: 700.16 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,253.63 GB sent, 211.36 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.