Memory Pool Memory Pool Refreshing

51,660 transactions
32.75 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,421 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,984 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,420 (1,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,278 874,278 0000000000000000000094bc38101c5e1925f828de0f0e7e88d441d501aed16e 1.57 MB 3,466 15
874,277 874,277 000000000000000000000eb8199623c1b0dee5805ac11e017d7c26b5586d259b 1.62 MB 3,781 19
874,276 874,276 00000000000000000001a338a70cd04d8558e160441456802f27200540afbb94 1.75 MB 2,575 11
874,275 874,275 000000000000000000029bafadb0ebf5de47b7d56ed780181be186d66dfdada0 1.61 MB 3,422 13
874,274 874,274 000000000000000000007c27edd719e84f2a69387e446a923953a615ba89dbba 1.60 MB 2,868 16
874,273 874,273 000000000000000000017484712a3aaf991fa232016a99d8683e6bb23bc96029 1.52 MB 3,525 18
874,272 874,272 000000000000000000012cb3468a3ab742fe1f0e5c27fba11fda63060da31c5c 1.53 MB 3,672 21
874,271 874,271 000000000000000000007d057c51fca10acb6c7b677f692ac418ea40a00071a5 1.44 MB 3,557 23
874,270 874,270 00000000000000000000d3fc23315d79c8c6a218cfb5e00785a95dddede78e3c 1.73 MB 3,557 11
874,269 874,269 0000000000000000000046a6ace7f6d348b5277af484481c5c0d8fdd35536644 1.61 MB 3,472 14
874,268 874,268 000000000000000000015af9a21927bbdc5828e695f977828c1ab602c68c1815 1.65 MB 3,625 16
874,267 874,267 000000000000000000006cea54af991cc98b0f12fb47a42c7844c3aea89a6135 1.61 MB 3,701 15
874,266 874,266 00000000000000000000f446c0dec44cc7f8523aafd95b80980161c7c30a6d60 1.63 MB 3,851 15
874,265 874,265 00000000000000000000b5c185320cb35180b049ddc2c691256bac61d0755bc9 1.68 MB 3,248 17
874,264 874,264 000000000000000000006ad850c324aedbeb8156a866e0552c8dc67f0634a392 1.54 MB 3,449 22
874,263 874,263 00000000000000000002a82111a190264f7df1cf2534e300442eab9d1db3467d 1.48 MB 3,793 20
874,262 874,262 0000000000000000000263dd3b29042036befa14b3db99c20673d1897be2d441 1.58 MB 3,224 16
874,261 874,261 00000000000000000000d5f61e04edd50e1a509721a76a696e14308bfd8de683 1.55 MB 3,353 21
874,260 874,260 0000000000000000000210917ab872a66cb971cf21370473c87b610e8602c2b7 1.66 MB 3,199 16
874,259 874,259 00000000000000000001558e1f5a033e92289e7d4342814462425c26155dad9b 1.50 MB 3,569 22
874,258 874,258 0000000000000000000110ce0d8abced480dea4d1bde9d023a6449dfca7e9c83 1.57 MB 3,834 19
Previous 10 blocks ↓
Total Size: 709.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 587.22 GB sent, 8.88 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.