Memory Pool Memory Pool Refreshing

55,215 transactions
44.26 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,808 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,021 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,807 (467,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,875 373,875 00000000000000000dbd85e776d61febbfa54100f3b4504d606f676420e9fd61 1.00 MB 699 16
373,874 373,874 00000000000000000f5daa8e7680ee8d0d99f9dfc3359438cfcf2a15c1485759 0.92 MB 419 14
373,873 373,873 00000000000000000be39a701e9bb47998c4bcad8476ca817f7c5b22b489ac90 0.00 MB 1 0
373,872 373,872 000000000000000006e0668bb62e49962d6dac581be723dc89400730666da8bf 1.00 MB 537 13
373,871 373,871 00000000000000001266df3bd2d0d3c10d8de3b9f094444d0d748e0071bbec4a 1.00 MB 1,000 23
373,870 373,870 00000000000000000a156d4b612984f38cf3d8bceb44bfa58ed3a5883568e611 1.00 MB 1,262 22
373,869 373,869 00000000000000000878dabc1c73b1a6d92bf3a8dad67c3ce06debe85582ba63 0.95 MB 1,319 29
373,868 373,868 000000000000000008a999f85fa471f4a356c5802d688569eea739bf0f618f89 0.35 MB 723 39
373,867 373,867 0000000000000000111b4c424df54542ec0836f2a4cc532d369a3fd4e55b020a 1.00 MB 2,187 42
373,866 373,866 00000000000000000d7eafdc42570d0d8e5b3759a83614a75bbc8b1b39d76d68 1.00 MB 1,858 27
373,865 373,865 0000000000000000120d5d56b572bbd48b81298bfa963696616708e28ccccb8f 0.99 MB 1,982 64
373,864 373,864 00000000000000000a30127d7e71ad12fa36fd74de96902f37005f92f33348dd 0.89 MB 476 10
373,863 373,863 00000000000000000ecc56efef62be4d856a0002c191edcc1a7377695cd9924b 0.43 MB 893 41
373,862 373,862 0000000000000000117408cc6a960ccc1ae07de5c52df33f93a8eb03bc41fd24 0.54 MB 1,141 48
373,861 373,861 0000000000000000054cbdd2a109e6bc73d9609603f3e9001562c0f911e8599c 0.48 MB 808 39
373,860 373,860 00000000000000000a4dfcd7778b3fdf4d6bdfb5f8c4c82b3a62c7a2a9025b7c 0.91 MB 834 18
373,859 373,859 000000000000000008f425c50b054bc65c019dae30c12b23a976e599d3ce5d77 0.89 MB 1,892 40
373,858 373,858 00000000000000001343f766a74a24cdded56973b0e170f5903cb04dadbc518f 0.93 MB 183 8
373,857 373,857 00000000000000000e9928ab65bbf7538eff3d6e7e26c01ed0e43480b89490ca 0.95 MB 1,429 56
373,856 373,856 00000000000000000f9d01582b5b950a6acccfc8742ef4189564753534f7fb17 1.00 MB 1,441 31
373,855 373,855 00000000000000000d9d8dcbd276b6668f22a54c67fc94b620d9ad4317f68a4e 0.89 MB 514 15
Previous 10 blocks ↓
Total Size: 646.40 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,346.67 GB sent, 37.61 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.