Memory Pool Memory Pool Refreshing

37,940 transactions
33.61 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,683 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,633 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,682 (179,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,088 683,088 0000000000000000000d4d8d04b728634a96a0479b6da5268279396a0b77dd04 1.15 MB 1,214 68
683,087 683,087 00000000000000000004b2213a3380d560b4c9106430f253c7fc9dff3eb06096 1.23 MB 2,409 86
683,086 683,086 0000000000000000000aa86db9bca2dbddb11314b400a392bfe5a47e920278b7 1.53 MB 1,050 24
683,085 683,085 0000000000000000000c88207870aac6c15c42fc0505e14b250222761f4e825f 1.45 MB 1,415 28
683,084 683,084 0000000000000000000d70a969685ade616aacf317232aa781876af8f685aa54 1.55 MB 304 4
683,083 683,083 0000000000000000000d46e1f7bf141e43509eea7ff6ac97a62a2a88c8144b88 1.25 MB 1,702 41
683,082 683,082 00000000000000000007b0d9c9672c250e06a3482a99c2dbeee85ea21651e37a 1.39 MB 1,450 22
683,081 683,081 00000000000000000005fa085b058422ed30703fa0e644a0bb4a258d441d8aa2 1.12 MB 303 4
683,080 683,080 0000000000000000000679f317524c23a6020715d3bb471a799c52d22e5b9c54 1.31 MB 1,328 24
683,079 683,079 000000000000000000030393a24a12f229fa235b0adb2ad6c1920d98f0b11c70 1.45 MB 1,995 40
683,078 683,078 00000000000000000003e6724278d742346e7cc6732698686f7c44dcb1b23fd5 1.43 MB 2,003 36
683,077 683,077 0000000000000000000032725076db4c4d9c721849e450f697a8b4834ca82a52 1.26 MB 2,258 41
683,076 683,076 000000000000000000056ceda136ea09be6d65e688f4d5997a84c15b3c227032 1.39 MB 2,342 53
683,075 683,075 0000000000000000000651b857827791a5f20f157f337b873ea3e9e63dd64bd6 1.27 MB 1,966 26
683,074 683,074 000000000000000000092d5ca5840335cdfe39276a6c989abe010ebc6da8367b 1.24 MB 1,976 44
683,073 683,073 0000000000000000000ac76b29497cb5206216cdd34b01bf613f656f884d9100 1.23 MB 1,063 66
683,072 683,072 000000000000000000070aec6dc58f9faf87c3fd3d84c3f1df6fc1c6970075e1 1.36 MB 2,414 92
683,071 683,071 0000000000000000000700d351e229f3e5dcbc011caf0466333cb2ab45c74de7 1.13 MB 751 14
683,070 683,070 000000000000000000099901fbaa4983ca0f7792b73acab7db6578282d57569f 1.28 MB 783 2
683,069 683,069 000000000000000000035a715d554ed41fdd029bf89cb0f8c0ea1027efc28511 1.49 MB 1,962 60
683,068 683,068 0000000000000000000c2a3c80f9805cac1c3ecc141a7c7fdab26255ade8524e 1.18 MB 86 1
Previous 10 blocks ↓
Total Size: 685.48 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,383.17 GB sent, 108.73 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.