Memory Pool Memory Pool Refreshing

41,000 transactions
48.28 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,536 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,970 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,535 (657,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,832 184,832 00000000000006326e8d2e5fdfd3e95d84a19c49e0e92cc6252a90bd0605af60 0.04 MB 96 122
184,831 184,831 000000000000041a337cc8e2b501865a286c4eb6d2025933db3b4383aeac8c98 0.02 MB 61 210
184,830 184,830 0000000000000319912ec2fe9a984037d535cfcdf8696505bfedc73176cc00e4 0.00 MB 11 29
184,829 184,829 00000000000001ad6436d1f7bc460312175add0a48733ad3c2bc94ce66546c68 0.00 MB 9 14
184,828 184,828 000000000000054f997d7219cb2beed88472925cd9fa4d112c008e113a753cba 0.18 MB 459 136
184,827 184,827 00000000000008fc5e5e7ae66596317fb29ce074bbcdf82d4cc8919cb8636f8d 0.14 MB 183 94
184,826 184,826 00000000000004a6591debf187b00ac083ec8a784e4f05cfd6c05936007b33f4 0.05 MB 135 121
184,825 184,825 00000000000005fdae903488c63958ea57e8a0d32b6fd388cc2c559e7a2e398a 0.25 MB 658 137
184,824 184,824 00000000000002090276b36e2b7b34ead1e00ecae4656596c4b4b1bf464d66dd 0.04 MB 137 87
184,823 184,823 0000000000000a7c591a7533266e3a389f7d95aa35768b762175b79c71348874 0.23 MB 521 119
184,822 184,822 000000000000026470c24a7465ae1456f8aeb80364c859605fba6fa234398af0 0.21 MB 528 167
184,821 184,821 00000000000006c660f547ac95c18a58c0463dcceb3ecbe20d2dc191d325a18f 0.13 MB 293 143
184,820 184,820 0000000000000230e5b6ef89c88674bd4dd59355dda0973f6a895cc563a23711 0.17 MB 421 148
184,819 184,819 0000000000000744bba2c7dcff307388de23e0f85437b46e448abd63d3f389d8 0.05 MB 148 277
184,818 184,818 00000000000000abfe2858911f5380c9f734fd733107fc5e90ae19a63f043a5e 0.20 MB 349 130
184,817 184,817 000000000000063c9acc532bff7f70247b5a9d65da9616ec8c9eea5583ed3808 0.38 MB 1,007 140
184,816 184,816 0000000000000279f16e9871c98f5ab3a11976dcefba1e6d014cdc1ce6d1bce3 0.05 MB 141 152
184,815 184,815 00000000000009ced574e901a97c5e526952ff3f9a4a62a135c0e9c1e317a0b0 0.06 MB 180 286
184,814 184,814 00000000000000f8ae171d0a6698ef7680d2b0811c1cfcae470f8274950c3596 0.00 MB 12 29
184,813 184,813 000000000000001f346af6d489e678b5d3c30e08fb6e7dffa602926f5789d705 0.25 MB 647 176
184,812 184,812 000000000000069da0a22a78abff1454d5e65f55add1472743bda27f77ded1ea 0.00 MB 10 652
Previous 10 blocks ↓
Total Size: 647.74 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,545.07 GB sent, 47.53 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.