Memory Pool Memory Pool Refreshing

60,346 transactions
25.13 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,083 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,866 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,082 (9,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,108 862,108 00000000000000000000aa91777c6d65507f87f3972220872155ce2e570e1703 1.44 MB 2,667 4
862,107 862,107 000000000000000000018ea4ff9539a730604ab2f5fa6edb68297ba2a4021d33 1.61 MB 7,180 1
862,106 862,106 00000000000000000001285186e28c4559dfef25a95084791a1d53b52ca54997 1.59 MB 4,911 4
862,105 862,105 00000000000000000000a6f6bcbdce93fd14ffdd568819f7b9892cc7084818b8 1.72 MB 3,986 4
862,104 862,104 000000000000000000027b833aa1edeb0a2fa5ed2779d81bd14db3919d1f9cea 1.69 MB 2,840 7
862,103 862,103 00000000000000000001c151eafd0afb4d84cf8d71e224fe8ea214aae5f1cd42 1.47 MB 2,376 4
862,102 862,102 00000000000000000000c51527521245f7ebd6dc1a5a7c19e1b28fd9c98d74a5 1.76 MB 3,620 2
862,101 862,101 000000000000000000017632ad2b4f761f3003e008b5030a645706c8be0e4d68 1.65 MB 3,346 4
862,100 862,100 0000000000000000000194b9d2f09c6ecec9fb8138ef72468483d6259af999d6 1.67 MB 3,943 4
862,099 862,099 00000000000000000000b7a2a7716b61b52725dbe841f15455187c489f5b8101 1.60 MB 3,211 15
862,098 862,098 00000000000000000002e8bffd6d4c13a3bf0777145bc80223e17cac3e990110 1.54 MB 4,216 5
862,097 862,097 00000000000000000002b41b52d9b7286dff98fab0fe6d70ef41ff7cfd6d334a 1.63 MB 3,930 3
862,096 862,096 00000000000000000000d1730466964a90ba4fb799b88f06d1f11efa306b7764 1.67 MB 2,268 23
862,095 862,095 00000000000000000002fdefedaa57d61239b32c4e5f3f31e37df1f46a4e0676 1.64 MB 2,973 3
862,094 862,094 00000000000000000002607c7bf81c7c693d8950fe1a41447c67dd27960b2e07 1.49 MB 2,320 11
862,093 862,093 00000000000000000002d25cdb428e54be3a99b24b56ed986b5b38705ba3a4cb 1.67 MB 3,478 3
862,092 862,092 000000000000000000000758687956aa72f76a0cd4a35a84429386ff817bf234 1.56 MB 3,742 9
862,091 862,091 00000000000000000000030f09d461e1b4e4b7f12eddb6c02cfc56cf10dd6015 1.57 MB 3,069 9
862,090 862,090 0000000000000000000308a0013b44e9bc77a1cccb2d6e287e7d9ff5d9aa1d1b 1.61 MB 3,279 7
862,089 862,089 000000000000000000017c1756547a08b24e10e9a321dbadea3d46aaa9ab9da1 1.74 MB 4,979 2
862,088 862,088 00000000000000000001d2f416f04c496afaae06957c5c2462c5ae472fa86395 1.74 MB 3,852 3
Previous 10 blocks ↓
Total Size: 703.36 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,590.68 GB sent, 233.81 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.