Memory Pool Memory Pool Refreshing

43,382 transactions
47.59 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
841,794 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,329 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,793 (468,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,101 373,101 000000000000000004d93e90b6a7621323996b20958e9738e1b83547e572bd5e 0.95 MB 2,976 70
373,100 373,100 000000000000000010b8b43b42eafc6fbd52621027c07f50dbffd96ba4339636 0.93 MB 2,257 51
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
Previous 10 blocks ↓
Total Size: 646.37 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,344.03 GB sent, 37.40 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.