Memory Pool Memory Pool Refreshing

27,659 transactions
27.87 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,535 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,534 (33,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,990 829,990 000000000000000000018a59efddf36e5ff4c2f6450c81db7db1312beef0ae43 1.78 MB 2,618 20
829,989 829,989 00000000000000000000ed1b8f77a4d5b92402e4bad2cf474ba98fe9ed89c355 1.75 MB 2,895 21
829,988 829,988 0000000000000000000125d164cb6925a36143280d3c7c339f37f3ae62d4178b 1.63 MB 3,156 24
829,987 829,987 000000000000000000011e88ae217f14eca115486803260d2f9582275b78b589 2.59 MB 1,471 13
829,986 829,986 0000000000000000000350561685ed76a4e3ceed325c24109f29f9f6e3c8841f 1.66 MB 2,424 16
829,985 829,985 000000000000000000013df08e38802142c7c009e26e43d41ab10f218c041477 1.51 MB 2,304 23
829,984 829,984 000000000000000000027cc09aa25065f398a5c419dfb615ddb9743ab64296cf 1.65 MB 2,717 21
829,983 829,983 000000000000000000020455d5b7b71b0446c08c2e7bec96d1b7e3e210a2ca5d 1.62 MB 3,240 32
829,982 829,982 000000000000000000031fd1a7fb14d0241d8ce3e78e107774faa206995729de 1.71 MB 3,017 28
829,981 829,981 000000000000000000025dc000bac339f0c1ce92f2b316e61009c58a4dde7f0f 1.56 MB 3,480 41
829,980 829,980 000000000000000000021df8652f252671f0c182ceb8782185ac27d2934e5eb4 1.66 MB 2,632 25
829,979 829,979 000000000000000000010c5301a1b4e4a919ebcc8a649e397f48290f82f1f299 1.79 MB 136 12
829,978 829,978 0000000000000000000024eaed82d8d6da89673dd64b7b10a8b34b8904cc458a 2.36 MB 2,558 13
829,977 829,977 00000000000000000001c54ded28ec313dc6eb9b3110153a071aa92eaa984a6b 1.64 MB 3,498 19
829,976 829,976 000000000000000000009b9b96d7e0fe30d9479be767b921f8eaa2398427cf08 1.64 MB 3,364 27
829,975 829,975 0000000000000000000270f4119209337eafc8e980f93682d553dff5fd320fe5 1.74 MB 2,685 21
829,974 829,974 000000000000000000016e5ec8254b928d30ed77424ea62257cead3896deb78d 1.77 MB 2,965 19
829,973 829,973 00000000000000000002f4786ddc8462e3287218148e3f420e0ed7f398442325 1.56 MB 2,304 20
829,972 829,972 000000000000000000031ad3ca2a1bfd67b08aff1408956b75a36e1144ff6bde 1.80 MB 2,997 20
829,971 829,971 00000000000000000001610764a88fd9d554c264015761560e61205fba671607 1.97 MB 3,101 18
829,970 829,970 00000000000000000001ae8f9c04817bc92f1d77384cc9836fa0492287828bbe 1.52 MB 1,780 16
Previous 10 blocks ↓
Total Size: 687.13 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,507.92 GB sent, 119.50 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.