Memory Pool Memory Pool Refreshing

37,137 transactions
23.68 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,521 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,364 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,520 (497,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,099 373,099 000000000000000009cb039dcf193aab9febb539fc90cad6333859eff8bf340c 0.14 MB 292 52
373,098 373,098 00000000000000000d859c5992269623f8d94c9c1dac7ae1d46e589fb4e102c4 0.25 MB 224 11
373,097 373,097 00000000000000000efe662efbbcbd0ded65c1e8d1c2e37a3a0abfd9a8fcce61 0.39 MB 983 53
373,096 373,096 000000000000000006bcb229f7365dd305868f25e61c9b6c6ed681e426fee222 0.53 MB 1,131 41
373,095 373,095 00000000000000000560d653b04e18cbaa1340fda74201f2d778a0d76c306e51 0.11 MB 190 38
373,094 373,094 0000000000000000023d861413436fae856c3bc0e5df68e4db37f1f2d6e40a31 0.51 MB 974 42
373,093 373,093 000000000000000001086373f2f7b0eee33663dae7b35048d7fda473af372391 0.17 MB 304 43
373,092 373,092 00000000000000000dce3bbf3a021b289d321263429140986ea3ef050bd3dbbf 0.56 MB 1,063 40
373,091 373,091 0000000000000000101e6c0a16d07e7815ef0f8d4ea2701711e002ed571381f3 0.49 MB 702 30
373,090 373,090 00000000000000000641ab29bcc541be989ca15f7d49394c889192b1d26768bd 0.19 MB 331 32
373,089 373,089 000000000000000011cbc3f81fb8ce5e8e20844f95aa919be93b69f8c1d135be 0.61 MB 896 36
373,088 373,088 000000000000000006910ae3dc12d87456dc5dbae4decbf514a61e730a81430e 0.54 MB 627 26
373,087 373,087 00000000000000001137a5dbd2db7139c4b801db6c057bfba877e66156b13898 0.15 MB 238 30
373,086 373,086 00000000000000000c1fa94828c85d8728915ca7cb283a21b13fe06ef585db16 0.46 MB 896 41
373,085 373,085 000000000000000006e21de4cd7d255eaa87dd069050cffe256e219e987f253d 0.83 MB 1,972 42
373,084 373,084 0000000000000000020204e4c2c211cf355c601b202f0ce180ef8f5e4a795e1c 0.19 MB 459 44
373,083 373,083 000000000000000012c800f7815175a85756299af56328b937fee64cfa748f32 0.02 MB 39 30
373,082 373,082 0000000000000000067d766d838ab3023b73e56b023e9361114ed4665028349a 0.25 MB 150 2
373,081 373,081 00000000000000000636bb550ac26cf7596f6d92dbaec6775623e753701cc8bc 0.11 MB 172 38
373,080 373,080 000000000000000006de73c2143d2301a41b5a7cf236365065a277751d31e081 0.27 MB 575 49
373,079 373,079 00000000000000000f03af13752a30f71e770e5c35348de25546b2f4a60be18b 0.25 MB 359 26
Previous 10 blocks ↓
Total Size: 700.43 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,321.33 GB sent, 213.45 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.