Memory Pool Memory Pool Refreshing

43,876 transactions
49.82 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,036 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,104 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,035 (508,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,987 333,987 00000000000000000996c3c0046f4c05b36d0da522282e61ffedaaf423bdb954 0.26 MB 408 21
333,986 333,986 000000000000000007af983236edb16285b73159bf258a068366f58d469abbff 0.19 MB 211 12
333,985 333,985 000000000000000008fe8d2a0b8c82cd910e7def30b04be0d4a63f7587d53926 0.75 MB 1,322 25
333,984 333,984 00000000000000000d2565a3f5c70d5f98afb4ccbd0e4722bfd3da48c7bff541 0.12 MB 230 42
333,983 333,983 000000000000000016268be17f3f710e78d4d6808a9e520b652a1bc7f592538b 0.49 MB 806 23
333,982 333,982 0000000000000000190e33ce1bb84e6b18f2747ceb926cd76daee9009cdd0385 0.41 MB 622 23
333,981 333,981 00000000000000000dd1a95c74f4995361521f4bf64127d7d762a7a7b306a0d3 0.68 MB 992 21
333,980 333,980 000000000000000001f7b172678988f9275d425d42b542bced639e7f7d78a721 1.00 MB 1,745 27
333,979 333,979 00000000000000001b4ede091b2001cc93b28e477cac29569c7b57798570e660 0.14 MB 512 49
333,978 333,978 000000000000000004c4c153d40526204f8716f4442e9fa6cbb88a089181d382 0.14 MB 268 34
333,977 333,977 000000000000000006b93675ad29d20794a9f79356357961b26edbc53ac9394e 0.34 MB 612 29
333,976 333,976 00000000000000001134937592086f9fda9959bbd572db173e4990795563bb84 0.01 MB 32 27
333,975 333,975 00000000000000000e3ed3a3e6b9d34bf5c8b70e13a483f54963a846eae68ff0 0.59 MB 790 21
333,974 333,974 00000000000000000b22c3a5e69825839ddef6fb01f16b60fd00e830647363b4 0.03 MB 42 11
333,973 333,973 000000000000000003d43e843a7a0be0f22dc5d9250cb6375ade0f82bb67f870 0.14 MB 343 21
333,972 333,972 000000000000000010472c9ad6db668884ec0087f04d7b63c81ffc816967cad4 0.56 MB 922 24
333,971 333,971 00000000000000000c8d6f4371f094941b5b58728580987443c16f54f54b96d2 0.28 MB 517 23
333,970 333,970 000000000000000011b18c0d50607b5201b38f766796d53dad3b38db88ee285c 0.35 MB 529 18
333,969 333,969 00000000000000001a126e336a569e9b2239b822c8d0231acffb1cd6340b52e3 0.90 MB 1,568 27
333,968 333,968 00000000000000000058ad3607e06ce8359a02df01a6def9e8d6a63f9768d8ee 0.02 MB 64 28
333,967 333,967 00000000000000001b172cbe59bb6f986d74412fae2805a1bfe06b70239d24e9 0.19 MB 470 42
Previous 10 blocks ↓
Total Size: 646.82 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,417.98 GB sent, 40.43 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.