Memory Pool Memory Pool Refreshing

40,694 transactions
34.51 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,823 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,382 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,822 (510,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,876 330,876 000000000000000003e921017d1424ebf42518f8c31f5530a10d39f402a2d904 0.35 MB 788 28
330,875 330,875 000000000000000000e766051b38e391090f50af6d380a4b8f8e369af58246aa 0.05 MB 135 12
330,874 330,874 00000000000000000efcab1f418d4561866c3b8c179313288f1246217c985c0d 0.47 MB 820 26
330,873 330,873 000000000000000012bb121132f2374b6748b16327a147c48c030bee0fdd0772 0.75 MB 1,124 22
330,872 330,872 00000000000000000fe2b364939bb3e2e981ad3599d33d5b890b00b49f9c4c1a 0.41 MB 1,138 37
330,871 330,871 0000000000000000079eab8375c33a246ce268a7dbfa96c9efbdc8aaac974838 0.31 MB 528 26
330,870 330,870 00000000000000000f7baf74294024fd6292dcb487a8e87a7838733a8276636d 0.35 MB 593 25
330,869 330,869 000000000000000007a8a848794d0badff5b7f860e5e53564b96800461b4bc55 0.10 MB 256 31
330,868 330,868 000000000000000010ed7772995e97522ba8c3e224c75cbfefe2cd3fc3983732 0.71 MB 1,385 29
330,867 330,867 000000000000000018b56a827db9adb76ed6b5746ef4573c33d1e4f64ec59fe7 0.10 MB 142 14
330,866 330,866 00000000000000000ba1baadd5e801ea67cceb2188df3995c5dbda56a14fb6c8 0.75 MB 1,134 22
330,865 330,865 000000000000000005760431a82549b7eccf605e6bc64ffcf44402978dc4df57 0.17 MB 512 44
330,864 330,864 00000000000000001439a50700ab8e84965284034b976223ee0b6d6a010ca223 0.15 MB 235 7
330,863 330,863 00000000000000000bbe5013942c45c2c4ad4de7df23b43bd7fce84de235c64f 0.75 MB 1,134 24
330,862 330,862 000000000000000002ced7559e16ef1e8376b9b7c546eb7b2dde1144e3678a48 1.00 MB 2,024 28
330,861 330,861 000000000000000010d59e599858add60eda33e423ce4069e2f695bd66f8ff8a 0.08 MB 110 15
330,860 330,860 000000000000000000f9c421d18db7d6cf07a7641463e7721de4d0de129456f6 0.50 MB 666 22
330,859 330,859 0000000000000000044bcfaf0f05e782286b6b54abd18882a10da5135c1017d5 0.75 MB 1,520 30
330,858 330,858 0000000000000000101734cea6fda54fc57ebe2e2a5431a7529e66674318ebf3 0.36 MB 277 9
330,857 330,857 00000000000000001510848e32472bc4c611b456f326363bcf736902242d2d27 0.75 MB 516 15
330,856 330,856 00000000000000000986d5050ef98c257496a93fc2c99634cc0edf061d70c146 0.75 MB 1,150 19
Previous 10 blocks ↓
Total Size: 646.43 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,351.67 GB sent, 37.72 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.