Memory Pool Memory Pool Refreshing

82,106 transactions
36.60 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,176 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,479 500
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,175 (75,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,207 766,207 00000000000000000000cb989172d9304bb1dff3474bb7d91e1cf5a8a9414bbf 1.16 MB 918 15
766,206 766,206 00000000000000000001a591687347f953d97e32c8c568fa12eddab0e3aebf63 1.47 MB 3,208 22
766,205 766,205 0000000000000000000332362033eec5ffb7af0758c8ec9b8db519362a3d9eec 1.36 MB 2,194 36
766,204 766,204 000000000000000000000ff8f66d3a98e919f2cb304c1df6e11b6cf4fb14d5b2 1.32 MB 1,910 27
766,203 766,203 00000000000000000006fd557bf200fa3a88bc4ff9dc114aa217395f4d8b635c 1.64 MB 1,540 3
766,202 766,202 000000000000000000070d1272b2462d4f7e3a43d21c959f7f64fc10574126ac 1.49 MB 2,562 22
766,201 766,201 00000000000000000000baa683c69c935e5049ded8be2a26045acec4073e096a 1.52 MB 2,282 18
766,200 766,200 00000000000000000003696a5e9295ff18ec6f397c24d608e1fa117c63c087bc 1.81 MB 2,942 10
766,199 766,199 00000000000000000007a6c00a8c518522cce7cb3c0b3370d2214f4f99169851 1.55 MB 2,593 17
766,198 766,198 000000000000000000028779809b9b8f6ba686003e642354d831d27233ac30ab 1.75 MB 2,594 7
766,197 766,197 000000000000000000034a1941dc4513d641b83c47929f532597507ebc545bdb 1.65 MB 2,652 17
766,196 766,196 00000000000000000003811ac036f2a81069dc076251a2c1d1a895828cd7830b 1.71 MB 2,685 13
766,195 766,195 000000000000000000042356b4bffffeb3fdcc8d4e395f742a307b08223a8f44 1.27 MB 2,084 21
766,194 766,194 00000000000000000006220286e1360f11796b8df4ad49abf136dca1330e68ce 1.47 MB 2,831 22
766,193 766,193 00000000000000000006c05167d173bd75b6e9eef018af0d67423d404b24a844 1.42 MB 2,994 28
766,192 766,192 000000000000000000066318d4dcf9a91ec2663049eb426595fddfb965e06eca 1.18 MB 1,410 37
766,191 766,191 000000000000000000005fe1363003fd3a4ee18fb5dbf75651d463ea1430d746 1.49 MB 1,680 16
766,190 766,190 000000000000000000048766639a55676c466247a3054b8d2994c20a41f575b8 1.89 MB 1,446 25
766,189 766,189 00000000000000000002905341045f23934f57a3017a604f83ad381843fbb461 1.61 MB 3,104 32
766,188 766,188 00000000000000000007acdeb69df13f826a87b8b564a5c0f8fab154823f7fec 1.67 MB 2,834 30
766,187 766,187 0000000000000000000652e1e634131e1a14d870645635b60380490c9d868138 1.33 MB 1,837 14
Previous 10 blocks ↓
Total Size: 647.06 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,451.85 GB sent, 42.93 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.