Memory Pool Memory Pool Refreshing

48,675 transactions
42.62 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
844,095 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,497 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,094 (741,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
102,837 102,837 0000000000012f8014d16e71a0b9eacfc419ab08d1046e17be0780c810c0f6ce 0.00 MB 3 0
102,836 102,836 00000000000315f58b0bd3668eb3ab4e80e07c90b47b7875c3d17d5a2dc5a815 0.00 MB 5 0
102,835 102,835 00000000000031bd7e51f9c621094df36dc1b0f3db3df57991999c5358695de1 0.00 MB 4 0
102,834 102,834 000000000000ba5c72025202912ac554d49adf87f3992f1681ea149d04fba9b5 0.00 MB 2 0
102,833 102,833 0000000000020650b82f629ae0625dea99b23b2a4ce175abca7b050396f9bc86 0.00 MB 1 0
102,832 102,832 00000000000181690f7c868cde62b81c5d2d7c6e41e4db6ddc804ef68a499756 0.00 MB 1 0
102,831 102,831 00000000000072a6cf9597fd61880e3d6b37e22f36cffcf0f84c4dd5947edb15 0.00 MB 2 0
102,830 102,830 0000000000019651794821a5a493e5695059bd68d516291c07c8e52674d1e62a 0.00 MB 2 0
102,829 102,829 0000000000019d9ad26ede1a875b73b3da4fe92da7e20a3b4478f93b38ddd985 0.00 MB 6 916
102,828 102,828 000000000000511f6572a3db2f97bc1de6704eab0e6369c4440965c54fe70e0b 0.00 MB 9 0
102,827 102,827 0000000000005863a54f7c88d19d94b7b0d44e5917b490508a66809d72583bfc 0.00 MB 6 0
102,826 102,826 0000000000034f6116a57db99b7994cb6999637199fa1005f0c9dae88de1c201 0.00 MB 5 0
102,825 102,825 0000000000002593546b3c5fc57d15b6213d22b7fd25a8eb6b6ac378008fc232 0.00 MB 1 0
102,824 102,824 000000000000f6ba24969a49d916912ab3cb20cb033f65a4f68ed142de4a109e 0.00 MB 7 0
102,823 102,823 000000000002dce2b8bdb51e24a0b6e8a0851b2602a85da47ed955ee3ca5db8b 0.00 MB 5 0
102,822 102,822 00000000000225e49bca41f0cb1ae0ff0719aba34e8c09c436ade73166540a86 0.00 MB 12 0
102,821 102,821 000000000001f04029c13defe99f3c0c9fa884cd9a25da6521509e3d8f76f8fa 0.01 MB 21 0
102,820 102,820 00000000000191ce8564109cbc2646cce07645458c4146c562a1aa9a6dfd83cc 0.00 MB 1 0
102,819 102,819 0000000000010af723487184f9616fe18f1aa2c2e4ac97e0063e7a9e280c5925 0.00 MB 1 0
102,818 102,818 000000000000ece238a24d133647d57eb8e6261619ce5bfb2411b6eee751f2d9 0.00 MB 5 0
102,817 102,817 00000000000106f487e2a5683ac15854dfa0ada5833af69f3c4da1cdb198be0c 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 650.68 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: 9,007.57 GB sent, 64.23 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.