Memory Pool Memory Pool Refreshing

34,825 transactions
40.16 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,719 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,892 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,718 (468,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,110 373,110 000000000000000001a6350255462161e194147d702c7ece1882d64f2b34ca3e 0.75 MB 2,075 77
373,109 373,109 00000000000000000856350c7ddeee122960aa237366c902c7122070d0a9dc99 0.93 MB 2,723 44
373,108 373,108 0000000000000000037318f6481bd1b3dce17188517ada8321adbc6194ca113f 0.75 MB 2,196 77
373,107 373,107 000000000000000001766df354b9088f50d48ad6b99014824f3d36ff26d84df3 1.00 MB 2,414 48
373,106 373,106 000000000000000008671f8894685ebc054e9a91d8eca430e56705d325f7cfe1 0.59 MB 1,211 31
373,105 373,105 000000000000000006e3d18d2297d9db75c802e19f64cd4a7dcbf9ada160f16d 0.00 MB 1 0
373,104 373,104 0000000000000000009d4b80812472246b38d9c7c42dd063c1f73c3c881eab1c 0.86 MB 1,186 27
373,103 373,103 000000000000000004f998d5bae51076c8abc70a553704f50e9fd74313ce6578 0.93 MB 2,285 54
373,102 373,102 000000000000000008e7d8f605f0c9aa4b8cfc6bbc5827210b665d9be8b365bd 0.49 MB 599 26
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
Previous 10 blocks ↓
Total Size: 646.23 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,334.54 GB sent, 36.55 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.