Memory Pool Memory Pool Refreshing

37,825 transactions
29.31 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,522 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,521 (1,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,114 862,114 0000000000000000000011c052b30a75f308753761767cb60a8af42c644c4067 1.70 MB 3,471 7
862,113 862,113 0000000000000000000007c4ad69d979665700ed0e9da95c93ae158909f7887d 1.97 MB 3,086 4
862,112 862,112 000000000000000000023b68d776b891c1d8747e0720d031256896f21f6fc7df 1.57 MB 3,126 5
862,111 862,111 0000000000000000000224eac463093c3cedf73bddbd23e881e7ebf176dc9730 1.56 MB 3,232 11
862,110 862,110 00000000000000000000346c7328782dc90c97ff3a22616b585948907f082a8f 1.67 MB 6,316 1
862,109 862,109 00000000000000000001973dec77fcb099a7587731fe2702f3fce6d2e4c09051 1.64 MB 7,501 2
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
Previous 10 blocks ↓
Total Size: 687.11 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.43 GB sent, 119.40 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.